olipowell Posted September 26, 2019 Share Posted September 26, 2019 Hi, I'm trying to reduce padding on blocks for mobile only. There's a standard 40px 60px; added to all blocks which I can seem to reduce with the following code, but there's other padding that still contributes to a lot of white space @media only screen and (max-width: 640px){ .Index-page-content { padding-bottom: 20px; padding-top: 20px; } } URL www.rejectsupply.com Test123 Link to comment
tuanphan Posted September 26, 2019 Share Posted September 26, 2019 @olipowell you should share url to check. 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
olipowell Posted September 26, 2019 Author Share Posted September 26, 2019 Ahh! Updated, and here: www.rejectsupply.com Test123 Link to comment
erika_barichello Posted September 27, 2019 Share Posted September 27, 2019 Are you trying to remove the padding around the whole block that includes both text and Image? Try with this: .sqs-block.image-block.sqs-block-image.sqs-text-ready { margin: 0 !important; padding: 0 !important } This will remove extra padding/margin around blocks that Squarespace adds automatically around blocks.. Link to comment
NELLY Posted June 8, 2020 Share Posted June 8, 2020 Im having the same issue.... @media only screen and (max-width: 640px){ .Index-page-content { padding-bottom: 0px; padding-top: 0px; } } That worked but didn't fully get rid of the spacing at least on my end... Link to comment
tuanphan Posted June 9, 2020 Share Posted June 9, 2020 4 hours ago, NELLY said: Im having the same issue.... @media only screen and (max-width: 640px){ .Index-page-content { padding-bottom: 0px; padding-top: 0px; } } That worked but didn't fully get rid of the spacing at least on my end... If you share link to your site, we can take a look 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.