Can you help please?
We have set up a tab section in our services page of our website and it works well. Only issue is that the icon titles are not centred with the icons.
I can’t seem to find a way to fix this
Logins below
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#plugins .av-tab-section-image {
margin: 5px auto;
}
Best regards,
Yigit
Thank you so much – that’s perfect :)