This topic has 2 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Rose Tyler
How do I hide the sidebar on particular pages in mobile view, please?
Thank you!
Hello,
Add the next code in Custom CSS for page area – http://prntscr.com/ritk4o
@media only screen and (max-width: 480px) {
.sidebar {
display: none !important;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up