- This topic has 1 reply, 2 voices, and was last updated 6 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Construction Pro/Build Forum › Mobile Usabilty
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
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
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]