Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #404109

    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

    #404128

    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;}
    
    #404155

    it works global. When i use your css, the other wont work … hmmm it got’s me thinking

    #404691

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.