Jump to content

services blocks not the same size

Go to solution Solved by tuanphan,

Recommended Posts

Posted

Curious if there is a css trick to make all three of the boxes for my services are the same height. The page resizes each independently, which results in a poorly formatted page like this: 

image.thumb.png.06f56531666c3d0adac2bb451f4e7f91.png

  • Replies 2
  • Views 512
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • Solution
Posted

Add to Design > Custom CSS

/* align boxes */
.user-items-list-item-container[data-section-id="649f4fd006d44556b81210e1"] {
@media screen and (min-width:1275px) {
 li {
    background-color: #253551;
}
.list-item-content__description {
    min-height: 190px;
}
}
@media screen and (max-width:1274px) and (min-width:768px) {
h2 {
    min-height: 80px;
}
.list-item-content__description {
    min-height: 220px;
}
a.list-item-content__button {
    min-height: 80px;
    display: flex;
    align-items:center;
    justify-content: center;
}}}

 

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!)

  • 2 weeks 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.