Hello I’m trying to center the icon list. I got the text to center by using:
.avia-icon-list {
text-align: center!important;
}
but the icons wont follow. Please help!
Hey RozLuna,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia-icon-list li {
text-align: center;
}
.avia-icon-list li .iconlist_icon,
.avia-icon-list li .article-icon-entry {
float: none;
display: inline-block;
vertical-align: middle;
}
Best regards,
Vinay
Thank you – you’re a beaut! Worked like a charm!!
Hi RozLuna,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria