Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #505221

    I am using the following code to change the size of the iconbox icons. I have the position and size of the icon where I want, but how do I move the circle up so it is centered? I know I can change the circle size, and play with the font and line height, but how can I move only the circle up?

     .iconbox_icon {
    width: 50px !important;
    height: 50px !important;
    line-height: 24px !important;
    font-size: 24px !important;
    }
    #505389

    Hi A!

    Thank you for using Enfold.

    You can try this:

    .iconbox_icon {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 24px !important;
        top: -20px;
        position: relative;
    }

    Best regards,
    Ismael

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