Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #667837

    Ahoy,

    How do I make it so there is not a huge white space under my icons in the icon box? Also How do I get the text to be full width?

    #668065

    Hey mcraig77!

    Please add following code to Quick CSS

    .iconbox_content_container .column-top-margin {
        margin-top: 0;
        width: 100%;
    }

    Best regards,
    Yigit

    #668249

    Ahoy

    added that but there is still a good amount of white space. Any way to make the Title word “Lamps, Batteries, Etc” be right over the sub text “NiCad, NiMH, Alkaline, Non-Rechargeable Lithium, Lithium-Ion (rechargeable), Lead-Acid Etc”

    #668514

    Hi,

    Please try changing the code to following one

    .iconbox_content_container .column-top-margin {
        margin-top: 0 !important;
        width: 100%;
    }

    Best regards,
    Yigit

    #668743

    Went ahead and added that but that white space is still present.

    Please advise

    #668947

    Hi,

    I added following code to Quick CSS

    .iconbox_content_container .av-special-heading { margin-top: 0; }

    Please review your website now

    Best regards,
    Yigit

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