[Support request] Mobile view question

Home Forums Support [Support request] Mobile view question

Home Forums Support Mobile view question

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #215516
    sangam kr

    I want to remove right side bar for mobile view. How do I do through custom css

    #215595
    Tom
    Lead Developer
    Lead Developer

    You could do something like this:

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

    It is not working. It says syntax error when added to my custom css

    #215790
    Leo
    Staff
    Customer Support

    Try adding it using this method: https://generatepress.com/knowledgebase/adding-css/
    Hope it works!

    #216115
    sangam kr

    I do not want right sidebar and its content on mobile view. I want full width content instead. How do I do it.

    I want to embed menu in the header and save space in mobile view. How can I do it.

    I want Google ad to be displayed on the header and next to the post in mobile view. How to do it.

    sangam

    #216180
    Tom
    Lead Developer
    Lead Developer

    1. The code Leo gave you will remove the right sidebar on mobile.

    2. The best way is using our Mobile Header feature in the Menu Plus add-on.

    3. Maybe a plugin like this will help: https://en-ca.wordpress.org/plugins/ad-inserter/

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