[Support request] How to hide sidebar on mobile?

Home Forums Support [Support request] How to hide sidebar on mobile?

Home Forums Support How to hide sidebar on mobile?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #219688
    Jacks McNamara

    Is there a simple piece of code to hide my right sidebar on a mobile device? Thank you!

    #219690
    Leo
    Staff
    Customer Support

    This CSS should work:

    @media (max-width: 768px) {
        #right-sidebar {
            display: none;
        }
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/
    Let me know 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.