[Support request] Primary Navigation different menu item heights

Home Forums Support [Support request] Primary Navigation different menu item heights

Home Forums Support Primary Navigation different menu item heights

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #440261
    Pascal

    Hi

    I see its possible to change the item height generally. Whats the best way the make optical structure with different heights. I need just something like a line break, where now the “-” were placed.

    #440306
    Leo
    Staff
    Customer Support

    Hi there,

    You should be able to use the similar method here: https://docs.generatepress.com/article/adding-buttons-navigation/

    Then instead of the CSS provided, it should just be:

    @media (min-width:769px) {
        .main-navigation .main-nav ul li.nav-button a {
            line-height: 20px;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.