Bricks Builder - spacing within Testimonial block

Hi brains trust. I’m trying to work out how to add spacing between the quote in the testimonial block and the border of the testimonial block (NOT padding or margins outside the block). Can anyone tell me how to do this please? TIA.

The purple in the attached indicates where I want the spacing (from current live site)

This is what it looks like in Bricks:

Hi Gill,
Welcome to the forum!

There’s no dedicated padding setting, but you can target the slide with custom CSS. Add this to the testimonial elements custom CSS:

%root% .swiper-slide {
  padding: 24px;
}

Best regards,
timmse

That’s fabulous, thanks timmse.