Hello!
Probably just some simple CSS, but I’d like to make my accordions shorter. There is too much space between accordion items.
How can I do this?
I’ve provided access and a picture below to help demonstrate…
Thanks!
Hey chanjelin,
Thanks for the screenshot, which page is it from?
Best regards,
Rikard
That is from the speaking page.
However I have accordions across several pages, I’d like them all to be the same style.
I was hoping that could be accomplished with some simple CSS.
Hi,
Add this to quick css:
.av_toggle_section p.toggler{
padding-top:0px!important;
padding-bottom:0px!important;
}
Best regards,
Jordan Shannon