How can I fix it to where the phone number at the top of the site does not wrap on top of other content on mobile?
Hi umbrella8!
The phone number and other header meta info are wrapping fine on my end. Your main menu and logo are running into each other though. You can use this CSS to fix it.
@media (max-width: 1000px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
Go ahead and take a screenshot and highlight what your seeing so we can get a better idea.
Regards,
Elliott