New Landing How can we help? Themeforest Theme Support Dante size of icon boxes

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #114933
    1kfriends
    Member
    Post count: 62

    HI, is there a way to decrease the size of the icon boxes so they don’t take up so much space.
    Please see attached screen shot.

    Thanks for all your help!

    Attachments:
    You must be logged in to view attached files.
    #114945
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You can use the arrows to change the size of icon boxes

    – Kyle

    #114947
    1kfriends
    Member
    Post count: 62

    Hi Kyle, even when I put it to the smallest size it is still taking up a lot of white space around the words “latest news” Is there a way to decrease it more?
    http://www.1kfriends.org/dev/

    thanks

    #114954
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .spb_icon_box.col-sm-2 {
      width: 210px;
    }

    – Kyle

    #114972
    1kfriends
    Member
    Post count: 62

    Thanks
    Is there a way to change the color of the background of the icon box to something other than white?

    #114973
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please check your color customiser, you set the colors there

    – Kyle

    #114974
    1kfriends
    Member
    Post count: 62

    Hi,
    I can only find the place to change the color of the actual icons, not the box that the wording is in

    Can you please point me in the right direction?

    thanks!

    #114975
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry I though that’s what you meant. Try adding this to your custom css:

    .sf-icon-box[class*="sf-icon-box-boxed-"] .sf-icon-box-content-wrap {
      background: #e6e6e6;
    }
    

    – Kyle

    #115012
    1kfriends
    Member
    Post count: 62

    Thanks,
    is there a way to decrease the space underneath the words in the icon box?
    see attached

    thanks!

    Attachments:
    You must be logged in to view attached files.
    #115199
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your theme custom css. Adjust the padding-bottom value to fit your needs.

    
    .sf-icon-box.sf-icon-box-boxed-three .sf-icon-box-content-wrap {
    padding-bottom: 10px!important;
    }

    -Rui

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register