- This topic has 2 replies, 2 voices, and was last updated 1 year, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hi,
Could you add an option to hide the sidebar menu on phones? Perhaps in the “responsive” options panel.
Thanks a lot.
Hi Antonio,
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) {
.main-nav-sidebar {
display: none;
}
}
Kind Regards
Hi vako,
Thank you so much. It works nicely.
Isn’t easier for you guys to add an option into the responsive panel tho?