mportch Posted August 25, 2022 Share Posted August 25, 2022 Site URL: https://www.mattportch.com Hi, I've been sent usability issues from Google for the mobile version of my site: Content wider than screen Clickable elements too close together Text too small to read I have Custom CSS throughout my site kindly built up over a lot of time through the help of those on this forum. What code would I need add to to correct the issues? If I don't correct them, will it effect the traffic to my site? Thanks Link to comment
Beyondspace Posted September 6, 2022 Share Posted September 6, 2022 On 8/25/2022 at 7:01 PM, mportch said: Site URL: https://www.mattportch.com Hi, I've been sent usability issues from Google for the mobile version of my site: Content wider than screen Clickable elements too close together Text too small to read I have Custom CSS throughout my site kindly built up over a lot of time through the help of those on this forum. What code would I need add to to correct the issues? If I don't correct them, will it effect the traffic to my site? Thanks You can set css codes that only apply on the mobile display with media query @media only screen and (max-width: 767px) { /*style Css for mobile*/ } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment