Hi Kriesi,
I’m using Enfold for a client with a mega menu.
I have a boxed layout with a 1200px width (responsive). Problem is that the submenu is 1100px max wide. I would like it to be exactly as wide as the border of the boxed width.
How can I get the submenu 1200px wide and still be responsive?
Kind regards,
Matthijs
Hey mdekievit,
Please try the following in Quick CSS under Enfold–>General Styling:
#header .twelve.units {
width: 1200px !important;
right: -308px !important;
}
Regards,
Rikard
Hi Rikard,
Thanks for your response!
It fixes the width alright but not responsive :-(.
Do you have any other idea?
Regards,
Matthijs