Hi everyone,
I've been looking around for an answer with no luck. I am using some custom code to add margin and padding for the carousel summary block in 7.1 but it's cutting the blocks weirdly.
The thing is I am also not seeing an option to do this within the editor.
I am using this code:
.summary-item {
background-color: white;
}
.sqs-gallery-design-carousel-slide
{
margin: 5px;
border-radius: 30px;
padding: 20px !important;
}
.summary-title {
font-family: bebas-neue;
font-size: 20px !important;
letter-spacing: 2px;
}
And this is a picture of how it gets cut:
Anyone knows how I could fix this?