Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #419674

    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?

    #420007

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.