September 25, 2022 at 12:32 pm
#7570
Keymaster
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 3 years, 1 month ago by
VineThemes.