Tagged: header, menu, transparent
We want to use both, the normal and the transparent header. But when I have a menu item on a page with the normal header, the gap between Menu-Item and the underline is bigger than when you have a active menu item on the first menu-level when the header is transparent.
For example, check it on your own demosite:
http://kriesi.at/themes/enfold/homepage/transparent-header/
and
http://kriesi.at/themes/enfold/headers/
Here are two screenshots:
https://www.evernote.com/shard/s2/sh/db224454-c60e-42f7-a106-3b0a65a5ce52/76f45770c1cbc69ad10d4e572558578e
and transparent:
https://www.evernote.com/shard/s2/sh/ee0ba852-2090-4594-9d8a-5828c8a12698/3d677060ed3397945231f33d2124090d
Is it possible to change the gap?
Hey!
Try adding this code to the Quick CSS:
#top .av_header_transparency .avia-menu-fx{
bottom: 0;
}
Cheers!
Josue