Hello,
i’m wondering how this little problem can be fixed …
When i change the line height of my menu like this:
.av-main-nav > li > a {
line-height: 16px!important;
}
Its works fine. But in combination with the sticky header not. When it’s small, the typo stays out of the stickyheader. Any idea how to solve this?
Many thanks
Hi docperi ;
I think in case of “sticky header”
you should add the sticky header element too, try to add this line of css code :
.html_header_top.html_header_sticky #header .av-main-nav > li > a
{line-height: 16px !important;}
it works global. When i use your css, the other wont work … hmmm it got’s me thinking
Hey!
Thanks for the help begrafiks.
@docperi, I tried your CSS out on my end but I’m not really sure what your trying to do. Can you send us a link to your page and take a screenshot highlighting your intentions?
Regards,
Elliott