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

    Hey,

    I recently put a phone number in the header of my website, but now whenever I’m on mobile template or even on an iPad where the screen is smaller, the phone number will go behind the header logo. Is there anyway to disable the phone number at a certain screen size, so it doesn’t overlap on something.

    If you need a visual of what I mean, go to http://www.fastiphonefix.com and reduce the screen size, and you’ll see how the phone number will end up overlapping the text.

    Thanks!

    #276118

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
    .phone-no{ display: none; }
    }

    Cheers! 
    Josue

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