How can I change the width and add round corner to the slideshow section to be the same style as the image with text section. Here is what I do to the image with text section, I added the code down below to the base.css
.section-template--17923994845334__image_with_text_McaAfF-padding{
border-radius: 25px;
max-width:1200px;
margin:0 auto !important;
}
I tried to do the same to the slideshow section but it didn’t work.
.shopify-section-template--17923994845334__slideshow_aCM96D{
border-radius: 25px;
max-width:1200px;
margin:0 auto !important;
}
I
