ampddesigns Posted February 25, 2021 Share Posted February 25, 2021 Site URL: https://iguana-copper-zhle.squarespace.com/what-we-do Site password: scheffer Hello! Hoping someone can help solve 2 things here: 1. Vertically center align the text in the gold boxes. (Nothing seems to be working!) 2. Remove the gold border from the last box in the section, which is a spacer. Here is the current code: [data-section-id="602ed814a1a8ab1c15d4379f"] .sqs-row { display:flex!important; flex-wrap:wrap!important; justify-content: center!important; } [data-section-id="602ed814a1a8ab1c15d4379f"] .sqs-col-6 { border:solid 2px #b89057!important; margin:20px!important; flex: 1 330!important; padding:10px!important; justify-content: center!important; } Any suggestions greatly appreciated! Link to comment
ampddesigns Posted February 25, 2021 Author Share Posted February 25, 2021 Solved with this!: [data-section-id="602ed814a1a8ab1c15d4379f"]{ .sqs-col-6, .sqs-col-5 { border:solid 2px #b89057!important; margin:20px!important; padding:10px!important; } } @media screen and (min-width: 750px) { [data-section-id="602ed814a1a8ab1c15d4379f"] .sqs-row { display:flex!important; flex-wrap:wrap!important; .sqs-col-7 { width: 50%!important; } .sqs-col-6, .sqs-col-5 { display: flex; align-items: center; width: 50%!important; border:solid 2px #b89057!important; margin:20px!important; flex: 1 330!important; padding:10px!important; } } } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.