Custom CSS for Equal Width Margins in Accordion titles
-
I’m using an accordion for an FAQ, but I would like to fix the ragged right margins for a straight even alignment.
This is the page which I’m referring to where you can see the issue in the third element down:
https://econ.hunter.cuny.edu/economics-program/ma-in-economics/frequently-asked-questions/For completeness, so far in my Custom CSS field, I have:
.ac_open_cl_icon{margin-left: 0px !important; margin-right: 30px !important; } .wpsm_panel-default{padding-left: 0px !important;} .wpsm_panel-title a {line-height: 25px !important; border-bottom: 0px !important; } .wpsm_panel-group .wpsm_panel + .wpsm_panel { margin-top: 15px !important; margin-bottom: 15px !important;}
https://www.ads-software.com/plugins/accordion-shortcode-and-widget/
- The topic ‘Custom CSS for Equal Width Margins in Accordion titles’ is closed to new replies.