When my website is viewed in iPad portrait mode the ‘contact us’ appears to be nudged down to the next line overlapping the slideshow. How can I resolve this?
Hey crg1,
use this code in Quick CSS field:
@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%;
}}
Best regards,
Andy
I have tried adding that code; I am using http://responsivedesignchecker.com/ to test but it is still showing as the navigation moving onto the next line. How accurate do you think this site is for testing?
Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Cheers!
Yigit
Fabulous; activating for smartphones and tablets (browser width below 990px) has resolved the problem, many thanks for your support.