I am having trouble overriding the CSS for the pull-down accordion. The margin is too big between the accordion boxes. I would like it to be 3px;. I have tried everything that I can think of for about 5 hours. I am clearly missing something. Can you advise?
The site is https://businesspittsfield.com/peda-meeting-archive/.
Thank you
Hey rmatus,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .all_colors p.toggler {
margin: 3px 0;
}
If you need further assistance please let us know.
Best regards,
Victoria