Is there any way I can add a bigger margin to the bottom of an accordion so it doesn’t mash-up to the top of the next element?
I have tried to add a custom class to it and to no avail.
Thank you!
Sean
Hi Sean,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .single_toggle {
margin-bottom: 20px;
}
Hope it helps.
Best regards,
Nikko
The problem with that code is it puts 20px under each toggle I want to put it under the whole accordion not each toggle.
Thanks
Sean
Hi,
Could you post a link to where we can see the results you are getting please?
Best regards,
Rikard
Notice how the text is slammed up to toggle 2? I would like more whitespace under the entire accordion.
Thanks
Sean
PS… Without putting space between the toggles.
Hi,
Thanks for that. Please try using the Separator/Whitespace element, then you can control the space your want yourself in that element, without using custom CSS.
Best regards,
Rikard
OK will do. Maybe you guys can fix it for the next release.
Sean