We are using a logo that is about 150px tall, but even when the browser is open all the way, it’s about 1/3 of that size. How do we get the logo to start at the size uploaded?
NOTE: The logo is intentionally positioned lower to display between menu items, but even when we turn this off, it remains small.
Hey koala!
Try adding this to your custom CSS,
.logo, .logo a { height: auto !important; }
Best regards,
Elliott
Hey!
I can see you managed to fix the spacing issue. Could we consider this as resolved?
Best regards,
Arvish
Well, it’s close, but not resolved. The blue hover line is not matching up with the bottom of the container. It’s too close to the menu items. It should be where the next section begins.
Hi!
Please add following code to Quick CSS and adjust as needed
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 50px; }
Regards,
Yigit
Resolved!