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.

Template menu overlaps site logo and text

  • https://postimg.cc/XXGnxbZV I imported a site template Aroma) without the images and content, and the menu is not appearing below the tag line as in the preview but overlapping the logo or logo text. I can’t find any way to modify it in the customization settings.
    https://thestarragency.com/ All the CSS was created by GP not by me in the Additional CSS area.

  • Hi there,

    The navigation branding (logo, site title) is set to center by CSS, if you do not want it to be centered, you can remove this CSS:

    .navigation-branding {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }
  • I don’t think I want the menu to appear in that area at ALL as it will crowd the header. I want it to appear below the logo like it does in the Aroma preview. The only way I could get it to do that is to make it appear as a secondary menu rather than a primary one. But when I did so, the main menu still appears across the logo or title in the header

  • Aroma uses 2 navigations, the primary navigation is the logo and the social icons, the secondary navigation is the actual menus.

    If you do not need the social icons, then try this:

    1. Go to customizer > layout > header, disable the use navigation as header option, set Header Alignment to center.

    2. Go to customizer > layout > primary navigation, set navigation location to below header.

    3. Remove the CSS:https://generate.support/topic/template-menu-overlaps-site-logo-and-text/#post-102890

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