Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Sidebar on tablets

  • Hello,

    I enabled a sidebar on this page. It looks good on computers and mobiles, but the page content looks too narrow on tablets. Then I added this CSS I read in another topic to move the sidebar to the bottom:

    @media (max-width: 1024px) {
    .site-content {
    flex-direction: column;
    }
    .site-content .content-area, .site-content .is-right-sidebar {
    width: 100%;
    }
    }

    Now, the sidebar is at the bottom of the page and looks good on tablets, but the central section of the page looks too compressed yet.

    How can I fix it?

  • Hi there,

    you have really large padding set in the Customizer > Layout > Container. Which is narrowing the content width. Is that high padding necessary elsewhere ?

  • Ok, solved the problem. Thank you, David! 🙂

  • You’re welcome!

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