Jump to content

Make blocks same size despite screen aspect ratio?

Recommended Posts

Site URL: http://cairchicago.org/sample-registration-2

Hi! I'm trying to ensure that the product blocks on the page cairchicago.org/sample-registration-2 are all the same size despite the aspect ratio of the screen. My boss wants the product to have the first line under the ticket image to be "CAIR-Chicago 2021 Banquet Ticket:" only, with the second line being the tier of the ticket (ex. guest, supporter, champion, benefactor) only. I'm unsure of how to do this. Sorry for posting so much! There's a lot of changes needed and I don't really know how to code.

Link to comment
2 hours ago, Saadia said:

Site URL: http://cairchicago.org/sample-registration-2

Hi! I'm trying to ensure that the product blocks on the page cairchicago.org/sample-registration-2 are all the same size despite the aspect ratio of the screen. My boss wants the product to have the first line under the ticket image to be "CAIR-Chicago 2021 Banquet Ticket:" only, with the second line being the tier of the ticket (ex. guest, supporter, champion, benefactor) only. I'm unsure of how to do this. Sorry for posting so much! There's a lot of changes needed and I don't really know how to code.

Can make them equal height using this

[data-parallax-id="5fdbc8ddb8f5187e0ae1a7b1"] .sqs-layout .row:nth-child(2) {
  display: flex;
}
[data-parallax-id="5fdbc8ddb8f5187e0ae1a7b1"] .sqs-layout .row:nth-child(2) [class*=sqs-col] {
  display: flex;
}

 

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
On 12/18/2020 at 7:03 PM, bangank36 said:

Can make them equal height using this


[data-parallax-id="5fdbc8ddb8f5187e0ae1a7b1"] .sqs-layout .row:nth-child(2) {
  display: flex;
}
[data-parallax-id="5fdbc8ddb8f5187e0ae1a7b1"] .sqs-layout .row:nth-child(2) [class*=sqs-col] {
  display: flex;
}

 

That worked! 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.