Hi, my latest website is not displaying correctly (again) on iPad, the ‘contact us’ part of the main navigation is moved down onto the next line.
Hi crg1!
Can you please remove any of your customisations and let us know if that fixes your issue?
Thanks a lot for your understanding.
Cheers!
Basilis
The only customisations I had were as follows:
#header_meta .phone-info
{
font-size: 15px !important;
font-weight: normal !important;
}
@media only screen and (max-width: 1024px) {
.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
width: 102%;
}}
I have removed these and nothing changed; the ‘contact us’ on the navigation bar still appears to overlap.
Could somebody please help me resolve this problem??
Hi,
Thank you for using Enfold.
I’m sorry but I can’t reproduce the issue on tablet view. Could you please provide a screenshot? You can force the mobile menu to show on tablet screens by setting Enfold > Header > Mobile Menu > Header Mobile Menu activation to the second option. Or decrease the font size and the padding of the menu items:
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#top #header .av-main-nav > li > a {
font-size: 13px;
padding: 0 8px;
}
}
Best regards,
Ismael