[Resolved] template “Vinyasa” – button vertical centered in sticky menu

Home Forums Support [Resolved] template “Vinyasa” – button vertical centered in sticky menu

Home Forums Support template “Vinyasa” – button vertical centered in sticky menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1320863
    Heinrich

    Hi Team,

    I used the “Vinyasa” template and it’s really great. I just need some help with the button when I use the sticky navigation.

    The button is not vertical centered on the sticky menu and I can’t figure out the right css.

    Can you help me with that issue?

    Thanks in advance!

    #1320983
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media (min-width: 769px) {
        .main-navigation ul {
            display: flex;
            align-items: center;
        }
    }
    #1321611
    Heinrich

    Hi David,

    Perfect it works fine. Thanks for your help 👌

    #1321783
    David
    Staff
    Customer Support

    You’re welcome

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