Archived topic
Tiny Sticky Navigation Logo
3 replies · Started by Kris on May 10, 2019
Hi,
I am having an issue with the sticky logo set with Customize|Layout|Sticky Navigation. The logo is very small. I cannot add much to the height of the sticky navigation since we are using two line primary menu titles and it spreads the menu to much.
I have tried resetting the padding on the logo but can't find the right classes for the CSS.
Thanks much,
Kris
Hi there,
navigation logos get there height from the menu item height which is only 25px. As increasing the height won't work for your set up then you can force it to a new size with this CSS:
.navigation-branding img {
height: 60px;
}
David, you the man! Looks great!
Thanks much,
Kris
Glad to be of help