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.

Display on Mobile

  • Hi,

    Hoping this is an easy fix. I added the link to private information. When I view this on mobile it looks like there is no border/padding for the content as it goes straight to each side of my phone screen. Is there an easy way to just give it a little margin on each side?

    Also, Is there anyway to have the logo and hamburger navigation display in one line together as opposed to the hamburger icon always dropping below?

    Thank you

  • Hi there,

    Just to confirm, is this the only page that has this issue?

  • Yes, almost all of them. The one page that appears to display correctly on mobile (with some space on each side) is what i just added to the private information. But that one also has the hamburger menu below the logo

  • Hi there,

    You could:

    a) Add left/right padding to your Container blocks on the pages.
    b) Add some CSS:

    @media (max-width: 768px) {
        .site-main {
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    As for the logo/menu toggle – you’ll need to decrease the font size of your site title on mobile. You can do this in Customize > Typography: https://docs.generatepress.com/article/dynamic-typography-overview/

    Let us know if you need more info 🙂

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