• Hi,

    Thanks for the plugin. It works great!

    My question is;

    Can I hide the side bars just in mobile? Is there an option for this?

Viewing 1 replies (of 1 total)
  • Hi,

    You can add this custom CSS code in Appearance > Customize > Additional CSS, to hide sidebars on the mobile view.

    @media (max-width: 767px) {
        #sidebar-primary,
        #sidebar-secondary {
            display: none;
        }
    }

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘mobile sidebar’ is closed to new replies.