[Resolved] How I can align Menu button to vertically center

Home Forums Support [Resolved] How I can align Menu button to vertically center

Home Forums Support How I can align Menu button to vertically center

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1288126
    Amol Chavan

    How I can align Menu button to vertically center so that it will be aligned with the other menu names.
    Here is the screenshot: https://ibb.co/MC4WsNn

    It looks good when I scroll blog post page so I don’t want to disturb this: https://ibb.co/cNPnBpr

    #1288546
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

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

    It doesn’t work. So I tried to add margin-top: 10px; inside my button code and its got resolved.

    You can close this ticket.

    #1289701
    David
    Staff
    Customer Support

    Glad you hear that

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