Not displaying correctly on iPhone

Home Forums Iconic One Pro Support Not displaying correctly on iPhone

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #865
    Gemini23
    Participant

    Hi,

    the website is not displaying correctly on the iphone… or Android… blue background seems to take over half the screen….
    londontheatre1 dot com

    #866

    This is because you increased the size of the text logo in the last support thread of yours.

    Paste the following in custom.css at the very end after the previous code from the last thread. It should fix it.

    @media screen and (max-width: 620px) {
    
    hgroup a {
        font-size: 28px;
    }
    
    hgroup .site-description {
        font-size: 14px;
    }
    }

    Also try by decreasing the px values as it fits your need.

    #867
    Gemini23
    Participant

    brilliant you are a star!

    #868

    I see that you are now using big logo instead of text based logo.

    For this use this code:

    .themonic-logo img {
        max-width: 100%;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.