Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #396126

    Hi,

    I have a logo of about 150px height. Menu goes right of it (centered in height). I’d like to have the hover “underline” close to the menu entry. Right now they appear at the bottom of the header with a gap of about half of the header size (approx. 70px).

    Any possiblility to fix this with css?

    Alternativley place the menu at the bottom of the header?

    • This topic was modified 9 years, 9 months ago by peterries. Reason: edit2: Alternative
    #396406

    Hey Peter!

    Try adding this to your custom CSS.

    .avia-menu-fx {
      bottom: 40px !important;
    }

    Regards,
    Elliott

    #396418

    Great, this works fine, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header with big Logo and menu right – hover effect "gap"’ is closed to new replies.