Perfect on Mobile

Home Forums Perfect Forum Perfect on Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #75118
    richard larsonrichard larson
    Member
    • Topics: 5
    • Replies: 6
    • Total: 11
    Member since: May 15, 2017

    I noticed that, when i open a my webpage on my iphone, I have to doubletap on it to correctly fit the screen. Is there a way to address this?

    http://richardlphotography.co.uk

    Thanks again

    #75233
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to header.php

    find : <meta name="viewport" content="width=device-width, initial-scale=1.1"/>

    And replace : <meta name="viewport" content="width=device-width, initial-scale=1.0"/>

    Regards,
    Brad

    #75375
    richard larsonrichard larson
    Member
    • Topics: 5
    • Replies: 6
    • Total: 11
    Member since: May 15, 2017

    Thanks guys. Works great as usual. One final thing, I’ve noticed that, on mobile, my background header is orange however, I’ve changed the colours to grey in Customize. Any ideas?

    Thx

    #75385
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Customize>>Basic>>Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    .home.has_trans_header .header.type4, .home.has_trans_header .header.type3, .home.has_trans_header .header.type2, .home.has_trans_header .header.type1 { background:#ccc !important;}
    }

    Regards,
    Brad

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