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

    I used this Quick CSS to make the icons larger, but now they aren’t centered on the box:
    .iconbox_top .iconbox_icon { font-size: 45px!important;
    text-align: center; height: 60px; width: 60px; line-height: 44px; top: -34px;}

    #708666

    Hey esemisanx,

    Kindly add margin-left: -45px in your code, it should look like this one:

    .iconbox_top .iconbox_icon {
        font-size: 45px!important;
        text-align: center;
        height: 60px;
        width: 60px;
        line-height: 44px;
        top: -34px;
        margin-left: -45px;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    #709431

    It worked very well, thank you very much.

    #709527

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon not centered on iconbox after making it larger’ is closed to new replies.