Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #364453

    I’d like to know how decrease the size of the icon box icons (see attached image) on this particular page only. Some of my text from the icon box is getting cut off and I think by decreasing the size of the icons, it would fix the issue. Thank you very much!

    #364742

    Hey djshortkut!

    Drag a codeblock element to your page content and add this inside.

    <style type = "text/css">
    .iconbox_icon { font-size: 12px !important; }
    </style>

    Cheers!
    Elliott

    #364856
    This reply has been marked as private.
    #365141

    Hi!

    use this for the circle:

    #top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
    height: 50px;
    width: 50px;
    }
    

    Adjust “50px” to your needs.

    Best regards,
    Andy

    #365171
    This reply has been marked as private.
    #365835

    Hey!

    1. add line-height:

    #top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    }
    

    2. Your dropbox link does not work for me. Please make sure it’s set to public.
    I don’t know what you mean, can’t see any content which is cut off. Please provide us screenshots.

    Cheers!
    Andy

    #365845
    This reply has been marked as private.
    #366101

    Hi!

    “The file you’re looking for has been moved or deleted.”
    Please add following code to Quick CSS

    #contact-info .flex_column.av_one_fourth {
    width: 24%;
    margin-left: 1%;
    }
    #top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon { 
    margin-right: 7px; 
    }

    Your email address is pretty long :)

    Best regards,
    Yigit

    #366134

    Thanks Yigit! You’re right, my email address is way too long :)

    The code you gave me almost works but the email is still getting cut off. I think what I’ll need to do is use the version that says “display a large icon above title” since it will allow all the text to fit. Can you tell me how to modify this code to adjust the size of the icons for this particular page targeting the Custom CSS Class “contact-info”

    #top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    }
    #366386

    Hey!

    Can you post a screenshot/mockup of what would you want to achieve? the dropbox link you posted is not working.

    Best regards,
    Josue

    #366402
    This reply has been marked as private.
    #366406

    Hi!

    Try with this code:

    #contact-info .iconbox.av-no-box .iconbox_icon{
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 16px;
    }

    Best regards,
    Josue

    #366512

    Resolved. Thank you!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Decrease Size of Icon Box Icon’ is closed to new replies.