Hide Side Bar in Mobile View - by gurhan

This topic has 2 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Rose Tyler

  • Avatar: gurhan
    gurhan
    Participant
    March 18, 2020 at 21:46

    How do I hide the sidebar on particular pages in mobile view, please?

    Thank you!

    1 Answer
    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.