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.

Mobile Header Content Shifted

  • I have been using “mobile-header-content” class to put icons and cta’s beside the menu burger within the mobile header of GP. After the latest update it has shifted this to the centre or more to the left.

    You can see examples here:

    I can’t for the life of me fix it with CSS. Any help would be appriciated.

    Thank You!

  • Hi there,

    odd one, as i don’t believe we changed the CSS in the mobile header. Its always been a flex box with justify-content space-between.

    Anyhow, try this CSS:

    
    #mobile-header .site-logo {
        margin-right: auto;
    }
    

    It will force the hooked in element over towards the hamburger.

  • Hi David! That’s perfect. Thanks for your help!

  • Glad to hear that!

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