Mobile Usabilty

Home Forums Construction Pro/Build Forum Mobile Usabilty

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #124827
    NicholasNicholas
    Participant
    • Topics: 7
    • Replies: 7
    • Total: 14
    Member since: March 8, 2016

    Hi

    I got a message from The Google Search Console Team… it reads like this:

    New Mobile Usability issues detected for site http://www.sadrywall.co.za/

    To owner of http://www.sadrywall.co.za/,

    Search Console has identified that your site is affected by 2 new Mobile Usability related issues. This means that Mobile Usability may be negatively affected in Google Search results. We encourage you to fix these issues.

    Top new issues found, ordered by number of affected pages:
    Clickable elements too close together

    Text too small to read

    This is a concern for me as a lot of traffic is mobile. Please can you advise me on what I can do to solve this issue

    Thanks
    Nic

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

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .header_row .column-1 { margin-bottom:20px;}
    .header_row .column-3 { float:left;}
    body, .header_row .column-1 span.hederemailid { font-size:17px;}
    .header .header-inner .logo { width:80% !important;}
    }

    Regards,
    Dave

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