johnay Posted July 29, 2020 Share Posted July 29, 2020 Site URL: https://coconut-hypersphere-nmr5.squarespace.com/config/ I am trying to get rid of image padding on mobile. At the moment I have this code which works in getting rid of top and bottom padding but not left and right as seen in image attached. @media screen and (max-width:640px) { .sqs-layout .sqs-row .sqs-block:first-child { padding-top: 0 !important; } .sqs-layout .sqs-row .sqs-block:last-child { padding-bottom: 0 !important; } } Link to comment
johnay Posted July 29, 2020 Author Share Posted July 29, 2020 password to view the site : johnay Link to comment
tuanphan Posted July 31, 2020 Share Posted July 31, 2020 To remove all padding, use Quote padding: 0 !important; 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
johnay Posted August 3, 2020 Author Share Posted August 3, 2020 On 7/31/2020 at 10:21 AM, tuanphan said: To remove all padding, use thank you for the reply, that didn't work, any other ideas ? 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