Hi, is it normal that the main menu brakes in two lines in an ipad and it shows a white space where it brakes?
Here’s an image of how it looks.
Any advice on how to fix it is welcome.
Jorge.
Hi Jorge!
Please refer to this post and change the width to switch to mobile menu https://kriesi.at/support/topic/ie8-header-alignment-with-search-button/#post-190414
You have many menu items and i believe that would be the best way to go
Regards,
Yigit
Hi Yigit, I followed your instructions and I’m still getting the white gap at the right of the menu now on Chrome, IE and FF.
Do I need to open another topic to learn how to modify submenus width, background color and font size?
Thanks in advance.
Hey!
Hi!
You can add this on your custom.css or Quick CSS to reduce the font size and padding of the bottom menu:
.bottom_nav_header.social_header .main_menu ul:first-child>li a {
font-size: 11px;
}
.main_menu ul:first-child > li > a {
padding: 0 11px;
}
Cheers!
Ismael
Regards,
Ismael