Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1301946

    Hi, I am try in to centralise an icon list horizontally. The general styling tab has left alignment and right but not Center? There is some css adjustment on the page already.

    #1301963

    Hey,

    Thanks for contacting us!

    Please edit your Icon List element and give it a custom CSS class under Advanced > Developer Settings field (“my-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab

    .my-class.avia-icon-list-container {
        text-align: center;
    }

    Regards,
    Yigit

    #1303264

    I added this, but didn’t work for me?

    #1303269

    Hi @BrendaSarg,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #footer-page .avia-icon-list .iconlist_icon {
        line-height: 60px;
    }
    

    Best regards,
    Yigit

    #1303283

    That didn’t do anything either :(

    #1303396

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #footer-page .avia-icon-list {
        max-width: 260px;
        margin: auto;
    }
    #footer-page .avia-icon-list li:nth-child(3) .iconlist_icon {
        margin-right: 0;
    }
    

    I thought you wanted to center the icons within circles but that should do it :)

    Best regards,
    Yigit

    #1303446

    yes, perfect! Thanks so much :)

    #1303450

    Hi,

    You are welcome!
    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Centralising Icons’ is closed to new replies.