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. Beyondspace 1 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; } 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 pluginIf 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
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! Beyondspace 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment