Dawn theme, how to reduce blank space above and below text in collapsible rows?


blank space.png

https://cozycovenshop.com/products/all-too-well-crew

pw: sksk

In every collapsible row there’s a lot of blank space above and below the text and I’m wanting to reduce that.

Any ideas?

Thank you.

1 Like

@CozyCovenShop

Please add the following CSS code to your assets/base.css bottom of the file.

.rte.accordion__content ul{margin: 0px !important;}

Thanks!