Kico Posted April 3, 2021 Share Posted April 3, 2021 (edited) Site URL: https://www.mdzadesign.com/ Hi! So I have the CSS below on my site. I used the Brine template and tweaked it to have a Flatiron look. It was displaying edge to edge but now the padding is back! Can someone take a look and let me know if I should be doing something different? Thanks! //no side padding gallery page #block-yui_3_17_2_1_1608184638861_3775 { padding-left: 0px; padding-right: 0px; } Edited April 3, 2021 by Kico Link to comment
Beyondspace Posted April 4, 2021 Share Posted April 4, 2021 1 hour ago, Kico said: Site URL: https://www.mdzadesign.com/ Hi! So I have the CSS below on my site. I used the Brine template and tweaked it to have a Flatiron look. It was displaying edge to edge but now the padding is back! Can someone take a look and let me know if I should be doing something different? Thanks! //no side padding gallery page #block-yui_3_17_2_1_1608184638861_3775 { padding-left: 0px; padding-right: 0px; } use this #portfolio .Index-page-content { padding: 0 !important; } #portfolio .Index-page-content .sqs-row { margin: 0; } 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
Kico Posted April 4, 2021 Author Share Posted April 4, 2021 (edited) 15 hours ago, bangank36 said: #portfolio .Index-page-content { padding: 0 !important; } #portfolio .Index-page-content .sqs-row { margin: 0; } Thanks! I added the code but it's still showing padding. I think it's the 17px margin. Edited April 4, 2021 by Kico Beyondspace 1 Link to comment
Beyondspace Posted April 5, 2021 Share Posted April 5, 2021 8 hours ago, Kico said: Thanks! I added the code but it's still showing padding. I think it's the 17px margin. It's the summary block padding #portfolio .Index-page-content { padding: 0 !important; } #portfolio .Index-page-content .sqs-row { margin: 0; } #portfolio .Index-page-content .summary-v2-block { padding: 0 !important; } Kico 1 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
Kico Posted April 5, 2021 Author Share Posted April 5, 2021 2 minutes ago, bangank36 said: #portfolio .Index-page-content { padding: 0 !important; } #portfolio .Index-page-content .sqs-row { margin: 0; } #portfolio .Index-page-content .summary-v2-block { padding: 0 !important; } That was it! Thanks @bangank36 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