Reply 231464 to: Hide Side Bar in Mobile View

Avatar: Rose Tyler
Rose Tyler
Support staff
March 19, 2020 at 08:02

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.