Jump to content

Aligning Bottom of Image Blocks

Recommended Posts

  • Replies 3
  • Views 1.1k
  • Created
  • Last Reply

Add to Home > Design > Custom CSS

/* equal height summary */
@media screen and (min-width:768px) {
div#page-5fdc0d5070085b385fead64b .span-12 .span-4 {
    background: #fdfced;
    margin: 20px;
}
div#page-5fdc0d5070085b385fead64b .span-12 .row {
    display: flex;
}
div#page-5fdc0d5070085b385fead64b .span-12 .row .image-block {
    padding: 0;
}
}

 

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 12/26/2020 at 11:07 PM, mallorycs said:

@tuanphan thank you!!!

On Mobile, I see Member login overlap Footer text. You can add this to Custom CSS to fix

/* fix mobile footer overlap */
@media screen and (max-width:640px) {
footer.Footer {
    padding-bottom: 70px !important;
}
}

Some pages have long content. You can consider adding a back to top button.

Also, title - image. Do you want to add a spacing?

/* title spacing */
@media screen and (max-width:640px) {
h1.ProductItem-details-title {
    padding-bottom: 20px;
}
}

image.thumb.png.36de8f2372104cad9d63e0b19f049b2e.png

 

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

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.