Okay
  Public Ticket #2690043
Center menu logo on mobile site
Closed

Comments

  •  2
    Freek started the conversation

    Dear Jellythemes,

    On the mobile version of my website, the logo seems vertically aligned to the bottom of the menu. I'd like it to be vertically in the center of the menu. How can I do that? I attached screenshots for clarification.

    Best, Freek

  •  840
    Jelly replied

    Hello,

    Please add this code to Appearance > Customize > Additional CSS or at the end of style.css:

    @media (max-width: 767px){ header .navbar-brand { padding-top: 3px; } }
    

    Best Regards,
    Jelly Team