Hello – What or how can I control the main menu distance from the top of the page?
I am using Enfold Version 4.8.2
Many thanks in advance,
Paul
Hi Paul,
It’s different depending on what settings are used.
Can you give us a link to your site? so we can measure it for you?
Best regards,
Nikko
Hi Nikko,
https://www.banff.com/banffnationalpark/ This is my staging site. I only have the Home page now, but would like that Menu higher (but at the base of the transparent area) , the logo bigger and the transparent area smaller.
Thanks in advance for your help,
Paul
Hi Paul,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu > div,
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child {
height: 30px;
}
.html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {
height: 30px;
line-height: 30px;
}
Just make sure those greater than symbols in the code is not replaced with & g t ; (without the spaces)
Best regards,
Nikko