[Resolved] Customize button in the menu

Home Forums Support [Resolved] Customize button in the menu

Home Forums Support Customize button in the menu

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1255606
    Mathias

    Hello,

    I followed the documentation and I created a button in the primary menu successfully.

    I have set the line-height to 30px. But the button went up, since the line-height of the other menu items is different.

    The button should be in line with the other menu items with a small padding at the top and down.

    thank you very much

    #1255863
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSSS:

    @media (min-width: 769px) {
        .main-navigation .menu {
            display: flex;
            align-items: center;
        }
    }
    #1256183
    Mathias

    thank you very much

    #1256616
    Leo
    Staff
    Customer Support

    No problem 🙂

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