Jump to content

7.1 portfolio one small column

Recommended Posts

  • 1 year later...

Hi, just wanted to insert an additional question here, since it seems close to being able to solve an issue for me. On my portfolio landing page, I'd like the grid content to align with the site logo and header (Work). The grid is currently set to inset, but there doesn't seem to be a way to get that totally aligned without some additional CSS.

https://www.glpfilms.com/work

Thank you for your time! 

Edited by GLP_Films
link typo
Link to comment
On 10/20/2021 at 2:12 AM, GLP_Films said:

Hi, just wanted to insert an additional question here, since it seems close to being able to solve an issue for me. On my portfolio landing page, I'd like the grid content to align with the site logo and header (Work). The grid is currently set to inset, but there doesn't seem to be a way to get that totally aligned without some additional CSS.

https://www.glpfilms.com/work

Thank you for your time! 

Add to Design > Custom CSS

/* Work page */
body#collection-6144ae52f7f7512cf5e50ec5 {
/* change logo color */
header#header img {
    filter: invert(1);
    -webkit-filter: invert(1);
}
/* align content */
div#gridThumbs {
    padding-left: calc(~"3vw - 20px");
    padding-right: calc(~"3vw - 20px");
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Thanks so much - this worked perfectly and you fixed my logo invert from another question! Wonderful!

If I might ask one more thing, I would also like to do this alignment on my News page, which is set up with the blog landing page format. I tried subbing in the Collection ID like you did, but it didn't seem to react, so I guess the Blog formatting is just a bit different?

https://www.glpfilms.com/news

Link to comment
On 10/22/2021 at 12:05 AM, GLP_Films said:

Thanks so much - this worked perfectly and you fixed my logo invert from another question! Wonderful!

If I might ask one more thing, I would also like to do this alignment on my News page, which is set up with the blog landing page format. I tried subbing in the Collection ID like you did, but it didn't seem to react, so I guess the Blog formatting is just a bit different?

https://www.glpfilms.com/news

Add to Design > Custom CSS

.blog-basic-grid.collection-content-wrapper {
    padding-left: 0;
    padding-right: 0;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

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.