Hi Guys,
I’m using enfold for a website and i have many menu items, what makes it to break in a second line depending on the screen width, but the issue is that the item is not very visible once the menu background doesn’t follow it, there is any way where I can make the menu to be automatic and re adjust the menu wrapper to follow the height when it breaks in 2 lines?
For now I have managed to make the mobile menu to show up when it gets smaller then 1226px (screen width where the main menu breaks in 2 lines ) but the client did not like it very much
any help would be very appreciate
Hi chanleo,
You should be able to control that area using the following CSS:
#header #header_main_alternate .container {
height: 70px !important;
}
Regards,
Rikard
Thanks Rikard worked well, need to do some more css adjustments but in the end worked as i wanted
cheers