When viewing the site flexpointcapital.com on tablet devices, the site logo overlaps with the menu content. Please advise.
Hey Derek!
Your site is not loading for me, at all.
I get a white page, as a result
Best regards,
Basilis
Strange. It should be working now. I’d be grateful if you took another look.
Hi!
Try adding this to your custom CSS.
@media screen and (max-width: 900px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
Best regards,
Elliott