Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #934472

    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!

    • This topic was modified 7 years, 3 months ago by RozLuna.
    #934610

    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

    #934915

    Thank you – you’re a beaut! Worked like a charm!!

    #935147

    Hi RozLuna,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.