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

  • On mobile logo and login button are horizontal stacked.

    Login is set via header widget.

    Hiw could I set mobile header items to be set on a single horizontal line? Logo left, login right.

    Thank you 🙂

  • Hi there,

    Try this:

    @media(max-width: 768px) { 
    .site-header .inside-header {
        flex-direction: row;
        align-items: center;
    }
    
    .site-header .inside-header  .header-widget {
        margin-top: 0;
        margin-right: 0;
    }
    }
  • It looks more tidy but logo and menu remain on 2 separate lines.

    Could I not get logo left, menu right within the same line in the header?

  • Could I not get logo left, menu right within the same line in the header?

    This is the CSS for.

    I do not see the CSS on your site, have you cleared cache after adding the CSS?

  • Added it with WPcode it works now 🙂

  • Additional CSS in the customizer should work as well.

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