Jump to content

Brine index page content padding

Recommended Posts

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 by Kico
Link to comment
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;
}

image.thumb.png.5abf3ce8e6b96144e5ce98752b5b1e96.png

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment
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 by Kico
Link to comment
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;
}

 

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.