Comments 2Freek started the conversationFebruary 12, 2021 at 7:58pmDear 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 850Jelly repliedFebruary 14, 2021 at 7:50pmHello,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 Sign in to reply ...
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
Hello,
Please add this code to Appearance > Customize > Additional CSS or at the end of style.css:
Best Regards,
Jelly Team