Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1041652

    Hello,
    I use the Header-Stil standard, but my Logo ist 180px high and so the distance from the menue-text to the hoverlines are very large.
    Is it possilbe to decrease the distance between the menue-text and the hoverline? Or how can I place the menue-text at the bottom of the box?

    I’m happy about your help – thx
    birgit

    #1041702

    it is allways nice to have a life link on that. Then we can create the css as you like. Is it a shrinking header? etc. pp
    if it is a shrinking header the line-height of the menu link is calculated from enfold – then solution will be a bit more complicated.

    If not – you can try this ( reflecting 180px height):

    .main_menu ul:first-child > li a {
        line-height: 140px;
    }
    • This reply was modified 5 years, 11 months ago by Guenni007.
    #1043456

    Hi,

    Let us know if that is helpful for you :)

    Best regards,
    Basilis

    #1043831
    This reply has been marked as private.
    #1046135

    Hi,

    Thanks for the update.

    This css code should help adjust the hover lines:

    .avia-menu-fx {
        bottom: 65px;
    }
    
    .header-scrolled .avia-menu-fx {
        bottom: 20px;
    }

    Best regards,
    Ismael

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