Hi,
I have a Header Custom Height of 130 px. I would like to keep the logo the same large size, but the drop down menu (only at Helicopter Tours button) is now too low. There is too much of a gap.
How can I keep the logo large and the drop down menu higher up? It would be nice to have it right below the word Helicopter Tours.
Please note that I have enabled a sticky and shrinking header too.
Thanks, Nadja
Hey nadjar,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-main-nav ul {
top: 50%;
}
.header-scrolled .av-main-nav ul {
top: 100%;
}
Best regards,
Yigit
Thank you for the fast reply!
I still need to get it a little bit higher up.
Thanks, Nadja
Hi,
You had some errors in your custom CSS code. I fixed them. Please review your website now
Best regards,
Yigit
Hi Yigit,
I had to switch to a mega menu and now the menu over the slideshow is again too low. Also, I need the logo larger, so I don’t want to decrease the line-height.
My wish list :)
1) Move mega menu up.
2) Make logo larger.
Thank you for fixing the CSS code.
Nadja
Hi,
1.) Use this code inside Quick CSS field:
.avia_mega_div {
top: 80px !important;
}
2.) Use this code:
.logo img {
width: 42% !important;
max-height: 200px;
}
Adjust as needed.
Best regards,
Andy