mallorycs Posted December 19, 2020 Share Posted December 19, 2020 Site URL: https://www.sundayschoolwine.com/ I have three image blocks (image stacks) lined up horizontally. I would like them to stay aligned when the browser shrinks (see image). Brine 7.0 Any thoughts?? Thank you! Link to comment
tuanphan Posted December 22, 2020 Share Posted December 22, 2020 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mallorycs Posted December 26, 2020 Author Share Posted December 26, 2020 @tuanphan thank you!!! Link to comment
tuanphan Posted January 3, 2021 Share Posted January 3, 2021 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; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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