Saadia Posted December 18, 2020 Share Posted December 18, 2020 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
Beyondspace Posted December 19, 2020 Share Posted December 19, 2020 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, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Saadia Posted December 21, 2020 Author Share Posted December 21, 2020 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.