Jump to content

How do I center align people section blocks?

Recommended Posts

  • Replies 7
  • Views 1k
  • Created
  • Last Reply

Top Posters In This Topic

13 hours ago, Kristijchoi said:

Site URL: https://www.solokristi.com/the-party

Hi, I am trying to center align the blocks so that the second row/block appears centered. Right now it is right aligned. 

Is there any custom css that could help?

Hi,

You mean make  this people center?

Luke Choi

Ring Boy 

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
On 9/19/2021 at 2:27 AM, Kristijchoi said:

yes!

Add to Design  >Custom CSS

/* 
- Run on The Party page only
- Code by @creedon - tomsweb.consulting
*/
@media screen and (min-width:992px) {
body#collection-610621f1c9c0836c361ac828 .user-items-list-simple .list-item:last-child {

  grid-column : 1 / 5;
  margin-left : auto;
  margin-right : auto;
  width : calc( 100% / 4 );
  
  }}

 

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
  • 2 weeks later...

ah, try this new code

/* 
- Run on The Party page only
- Code by @creedon - tomsweb.consulting
*/
@media screen and (min-width:992px) {
body#collection-610621f1c9c0836c361ac828 .user-items-list-simple .list-item:last-child {

  grid-column : 1 / 5;
  margin-left : auto;
  margin-right : auto;
  width : calc(~"100% / 4");
  
  }}

 

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
  • 4 months later...

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.