I have an issue with “The Old Rectory Gardens” Logo on tablet landscape it seems to run into the menu text see http://theoldrectoryg.staging.wpengine.com/ (hosted on WPengine) I have set the header “mobile menu” tab to Activate for smart phones and tablets (browser width below 990px. Can you please help
Hey condonpb,
I couldn’t see any overlapping when checking on Chrome, in what browser are you seeing that? Could you post a screenshot of what you are seeing on your end as well please?
Best regards,
Rikard
Rikard
Did you scroll down the homepage ? as this is when logo appears
see http://theoldrectoryg.staging.wpengine.com/Screenshot.jpg (hosted on WPengine)
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling to activate the mobile menu at an earlier point:
@media only screen and (max-width: 1365px) {
nav.main_menu {
display:none !important;
}
#advanced_menu_toggle, #advanced_menu_hide {
display:block !important;
}
}
Best regards,
Rikard