Hello!
I changeg the size of the header in > theme option > header layout > header custom height > i chooses 200px
Now the menu is in the middle of the header!
Someone maybe can help me to know which css i can change for put it in the bottom of the header.
I think it’s there on the css area
/*logo + position variation*/
but which one? and how?
thanks for your help
Flore
Hi Flore,
Can you post the link to your website please?
Regards,
Josue
Hi Josue
here is the name of my website in construction
best regards
Flore
Hey!
Try adding this code to the Quick CSS:
#avia-menu li a {
line-height: 330px !important;
}
.header-scrolled #avia-menu li a {
line-height: 150px !important;
}
Cheers!
Josue
Hey!
please remove this code from your CSS:
.header-scrolled #avia-menu li a {
line-height: 50px !important;
}
#avia-menu li a {
line-height: 330px !important;
}
After removing it should be automatically replaced by this code:
#top .av-main-nav ul a {
line-height: 23px;
}
Regards,
Andy