hey there
How can I remove the padding/margins left and right for the accordions (title and toggle content)
https://www.skills4lifepsychology.com/faqs/
Cheers
Natasha
Hey xfacta,
Please try the following in Quick CSS under Enfold->General Styling:
.js_active .av-elegant-toggle .toggler {
padding: 20px 0;
}
.av-elegant-toggle .toggle_icon {
right: 0;
}
Best regards,
Rikard
Thanks Rikard – that only worked for the title but I worked out how to do for the content as well:
.av-elegant-toggle .toggle_content {
padding: 20px 0;
}
You can go ahead and close this ticket :-)