Hi there,
I’m trying to make my Mega Menu a bit wider because it makes everything look cleaner.
I can do this my changing the following HTML when I do ‘inspect element’ in Google Chrome. I do however have not knowledge do this permanently. Can anyone help me out?
<div class="avia_mega_div avia_mega2 six units" style="opacity: 0; display: none; right: -267.563px;">
<div class="avia_mega_div avia_mega2 nine units" style="opacity: 0; display: none; right: -267.563px;">
The desired results are in the screens below:
I’m using the latest Enfold & WordPress. Using a child theme.
PS: If you have an easier/better solution in mind… Please let me know.
(Log-in can be found in ‘Private content’ below.)
Hey jeroenvandessel,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width:1024px){
#header .six.units {
width: 805px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria