- This topic has 3 replies, 2 voices, and was last updated 2 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
I saw a topic similar to this already but didn’t want to jump on there’s as the person helping was requesting specific information from the user.
<p style=”text-align: left;”>Can your team please help me create custom css to hide the left sidebar whilst browsing on mobile? My website is http://www.lisetteblythe.com</p>
Hi LB,
At first, thank you for choosing our theme and service.
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
@media screen and (max-width: 979px) {
.sidebar-left {
display: none !important;
}
}
Kind Regards
Thank you so much for this! I appreciate it!
Feel free to contact us at any time, we are more than happy to help.
Kind Regards