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
  • Replies 2
  • Views 332
  • Created
  • Last Reply
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;
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.