Hi
I have created a table within an accordion but in one part of the accordion the table has a gap at the bottom and in the other part it has a gap at the top. Ideally it shouldnt have a gap.
http://screencast.com/t/GawA5QPuJwp.
Also, I want the text in the bottom table to be aligned vertically with the icon.
Hey richardelectrix!
Send us a link to your page. You can set your reply as private if you wish.
Regards,
Elliott
Hey!
Add this to your custom CSS.
.toggle_content table {
margin-bottom: 0px;
margin-top: 0px;
}
Regards,
Elliott
This works perfect
Thanks