Content wider than screen

Home Forums SKT Biz/Corp Theme Support Content wider than screen

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #162682
    Shad GharebaghiShad Gharebaghi
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: February 9, 2020

    Hi

    Can you help me diagnose what i need to do to fix this issue please?

    Partial copy of Google search console email:

    To the owner of https://www.englishtankless.com/:
    Search Console has identified that your site is affected by 1 Mobile Usability issues:
    Top Issues
    The following issues were found on your site:
    Content wider than screen
    We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.

    Thank you for your help

    Shad

    #162782
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    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:479px) {
    .service-box {
        padding: 0 20px !important;
    }
    }

    Regards,
    Dave

    #162803
    Shad GharebaghiShad Gharebaghi
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: February 9, 2020

    Thank you – now the company name has been squashed onto the left which makes it illegible.

    Do you have any suggestions?

    #162860
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    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:479px) {
    .logo { width:40%;}
    .logo h2 a { font-size:20px !important;}
    }

    Regards,
    Dave

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