• Hello,

    I love the sidebar on the desktop version, but it is just redundant and clutter when I switch to mobile view. How can I remove it from just the mobile and tablet view?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @yarazgheib,

    You can add this CSS in Appearance > Customize > Additional CSS to hide the sidebar on tablet and smaller resolutions:

    @media (max-width: 991px) {
        .main-wrapper .sidebar-column {
            display: none;
        }
    }

    If you have any trouble with it or run into anything else, just let us know! ??

Viewing 1 replies (of 1 total)
  • The topic ‘How to Remove Sidebar on Mobile and Tablet View’ is closed to new replies.