How can I reduce the spacing between listed items in tabs?
I use this CSS code for iconbox
.iconbox_content_container hr {
margin: 10px 0;
}
What would the similar code for tabs?
Thanks,
kfranck
Hi Kurt!
Can u please provide us a link of your web site, so we can provide the proper snippet?
Thanks a lot for your understanding
Best regards,
Basilis
The link is http://esomethin.com/yoursource
Thanks,
kfranck
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.tab_inner_content hr {
margin: 10px 0;
}
Best regards,
Yigit
Excellent. Thank you.
Kurt