Hi,
My mega menu is too wide on the iPad portrait and I need to modify it. Can you give me the code to modify?
Hey thecszone,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#header .twelve.units {
width: 768px !important;
}
}
Thanks,
Rikard
Works perfectly, thank you. You can close the thread!