DanielinNYC Posted October 12, 2022 Share Posted October 12, 2022 Site URL: https://www.shigovoicelessons.com/how-we-work-together Hello there, Fine People of Squarespace, I've sourced code that creates a field of color for my testimonials, but want to have the corners rounded. Am I to assume the code needs further tweaking to make this happen? And if so, what would this be? Thank you for you help! sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager { float: none; width: 100%; position: absolute; bottom: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; z-index: 9; } Link to comment
Solution derricksrandomviews Posted October 13, 2022 Solution Share Posted October 13, 2022 (edited) This simple code should do the trick, I use it myself, you can adjust the px numbers and shape the summary item a lot of different ways. I also have an adjustable drop shadow effect with the items: https://myrandomviews.com/blogsummary .sqs-block-summary-v2 .summary-item { border-radius: 15px 15px 15px 70px; } Edited October 13, 2022 by derricksrandomviews DanielinNYC 1 Link to comment
DanielinNYC Posted October 14, 2022 Author Share Posted October 14, 2022 (edited) Thank you so very much, Derriksandomviews! It works! Your kindness has made my day! Edited October 14, 2022 by DanielinNYC derricksrandomviews 1 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