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?
Hey Peter!
Try adding this to your custom CSS.
.avia-menu-fx {
bottom: 40px !important;
}
Regards,
Elliott
Great, this works fine, thanks!