Jump to content

How do I make a row of text blocks maintain equal height (and responsive)?

Recommended Posts

14 hours ago, Nana-nana said:

Try adding to Design > Custom CSS

/* equal height of text boxes */
@media screen and (min-width:992px) {
div#block-583a655a5af58a252d03+.row .html-block {
    min-height: 150px;
}
}

 

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...
  • 5 weeks later...
On 10/11/2021 at 1:47 PM, SalonJohann said:

I mean the two blocks here in copy. Thanks  @tuanphan

857906EB-AD27-42A2-9979-50AFCE5A9FCA.jpeg

40A23D4E-23DF-4D3E-AA6E-4EEAC4F1559B.jpeg

Try adding to Design > Custom CSS

@media screen and (min-width:901px) {
div#page-5dfb862a6bc56420bffd3cc3>.row:nth-child(2) .image-subtitle {
    min-height: 230px;
}
}

 

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 10/13/2021 at 2:39 PM, SalonJohann said:

Thanks the code worked for the first one.🙏

Use this new code

@media screen and (min-width:901px) {
div#page-5dfb862a6bc56420bffd3cc3>.row:nth-child(2) .image-subtitle {
    min-height: 230px;
}
/* nos engagements */
div#block-yui_3_17_2_1_1612518002444_61807+.row .image-subtitle {
    min-height: 300px;
}
}

 

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
  • 1 year later...
On 9/29/2023 at 11:56 PM, stacytangdesign said:

Hi @tuanphan

I'm having the same issue, and the first .row.html-block code isn't working for me.


https://www.curiate.it/inspire-it-1

Can you please take a look for me?
 

Thanks in advance 😄

Screen Shot 2023-09-29 at 12.45.48 PM.png

Here I set same fixed height for all boxes

Add this code to Website Tools (under Not Linked) > Custom CSS

/* Inspire IT 1 */
@media screen and (min-width:992px) {
.package {
    min-height: 650px !important;
}
}
/* tablet */
@media screen and (max-width:991px) and (min-width:768px) {
.package {
    min-height: 1300px !important;
}
}

 

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