Hello,
I am looking for a solution to have a ‘mega menu’ pagewidth (even if only 2 columns are used).
I have a transparent header and would like to have the subnavigation directly below the navigation. Now there is a space between.
Thanks
Erik
Hey Erik!
Can you please post the link to your website and a screenshot showing the changes you would like to make so we can make sure that we are on the same page?
Cheers!
Yigit
Hi Yigit,
This is our website http://retailboxplus.nl/retailbox/. Mega menu is under “Retailbox”
The example with a page-width sub navigation is here under ‘solutions’
Thanks again
Erik
Hi!
you can control space between mega menu and main menu with this code:
#top #header.av_header_transparency .avia_mega_div {
margin-top: -24px;
}
and for making it wider, add width value into the code as well:
#top #header.av_header_transparency .avia_mega_div {
width: 830px;
}
Regards,
Andy
Hi Andy,
Thanks. That is exactly what I was looking for.
One more thing. Is it possible to have some kind of transparency (50%) of the Mega menu.
Thanks again
Erik
Hi!
You can use the below css to change the transparency of the mega menu background:
.header_color .main_menu ul ul {
background-color: rgba(158, 157, 157, 0.5) !important;
}
Best regards,
Dake