Hi,
I have two problems with the mega menu. First of all it’s not showing up entirely on the site. Second of all, I’d like to give it a green background and can’t find the correct CSS tag for this.
Thanks for your help.
Gabe
Hey connect4consulting!
Thank you for using Enfold.
Please add this on Quick CSS or custom.css:
#header .twelve.units {
width: 910px !important;
margin-left: -415px;
}
Use this to change the background:
.header_color .main_menu ul ul {
background-color: green;
}
Cheers!
Ismael