guytp666 Posted April 27, 2020 Share Posted April 27, 2020 Site URL: https://guytp.squarespace.com/ Hi all, I'm in need of some help with the mobile site of my website - https://guytp.squarespace.com/. I've just finished creating the desktop site but the website doesn't transfer well to the mobile site. 2 things I need help with: 1. The title 'Professional Freelance Writer' has a reduced line height on the desktop version (to create good spacing), however I need to raise the line height on the mobile site for it to look right (I believe this should be quite simple but coding is not my speciality). 2. The drawn images on the homepage of the paper, quill, and books are spaced unusually on the mobile site. I would either need to reduce the size of the images or edit the spacing of the images, any ideas? (I'm unsure how to do either of these without changing the desktop site). Your help would be much appreciated, as I'm so close to having this site finished! Thanks Guy Link to comment
tuanphan Posted April 27, 2020 Share Posted April 27, 2020 Q1. Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#block-becc5843651239c02128 h2 { line-height: 40px; } } Q2. To reduce images, add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#page-section-5e83283058e23d621833a640 .span-4, div#page-section-5e83283058e23d621833a640 .span-5 { width: 50% !important; margin: 0 auto; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
guytp666 Posted April 28, 2020 Author Share Posted April 28, 2020 @tuanphan Thank you so much!! Absolute life saver, I've managed to take your coding as a template for the rest of the site too 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.