Tagged: Mobile This topic has 1 reply, 2 voices, and was last updated 2 years, 2 months ago by VineThemes. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 22, 2022 at 2:16 am #7560 Rohit PrabhakarParticipant Hi I am using this theme on spicyum.com I will like to not load some sections like sidebar, slider on mobile. How can I achieve it? September 25, 2022 at 12:32 pm #7570 VineThemesKeymaster Hello Rohit, You can disable the sidebar or slider on mobile using this code: @media only screen and (max-width:479px) { .slider-wrapper23, #sidebar{ display:none; } } Just copy paste this code in the Appearance -> Customizer -> Additional CSS. Thanks This reply was modified 2 years, 2 months ago by VineThemes. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Log in / Register