New Landing How can we help? Atelier Icon Box

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #197388
    albette
    Member
    Post count: 9

    Hi there! Just a question, I’m trying to make a ‘table’ with different plannings of a cellar’ visits. I am using some ‘icon box’ and i have some problems with it.
    1. Icon and title size are so big, but I can’t change type size because it changes everywhere. ¿How could I change it only in icon boxes? (Same with icon boxes’ text).
    2. Padding from first icon box to second icon box is too big, i would like to make this space little. How could make this space little?
    (I have tried to change code but everything change).
    And where have I to put the new code?

    *Sorry for my english.
    THANKS!

    Alba

    Attachments:
    You must be logged in to view attached files.
    #197401
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,
    What page is that for? – We can likely provide you with a little CSS to help you.

    – David.

    #197417
    albette
    Member
    Post count: 9
    This reply has been marked as private.
    #197480
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Found it,

    Please use add and amend this CSS in your theme options to match your requirements:

    /* Reduce Title Size */
    
    .page-id-13068 .sf-icon-box[class*="sf-icon-box-left-icon"] .sf-icon-box-content-wrap h3 {
        font-size: 16px;
    }
    
    /* Reduce Bottom / Top Padding */
    
    .page-id-13068 .sf-icon-box {
        padding-bottom: 0;
        padding-top: 0;
    }

    Thanks.

    #197921
    albette
    Member
    Post count: 9
    This reply has been marked as private.
    #198001
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please add this to your custom CSS option within the theme options panel:

    .page-id-13068 .spb-asset-content {
        margin-top: 0!important;
    }

    Thanks,
    David.

    #198013
    albette
    Member
    Post count: 9

    Wow David, it works perfectly! Thank u very much, master!

    #198016
    David Martin – Support
    Moderator
    Post count: 20834

    No problem, great news!

    – David.

Viewing 8 posts - 1 through 8 (of 8 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