Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #855345

    Hi,

    I would to change the space between the title of the icon box and the content. I want it smaller. Could you help me please ?
    This is an exemple her : Icon box

    Thanks a lot,

    #855710

    Hey Todo,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #856048
    This reply has been marked as private.
    #856210

    Hi Todo,

    Is this the element in question?

    Best regards,
    Victoria

    #856226

    Yes, I tried different ways.
    Have you got a CSS code to fix it?

    #856316

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .iconbox {
        margin-bottom: 10px !important;
    }

    Best regards,
    Rikard

    #856941

    Hi @Rikard,

    I tried to add you code, and in fact it changes the space between différent icon box but it’s not what I’m looking for. I want only have less space bestween the title of the icon box and his content. Her, I’m speaking about only each incon box.
    Is that clear for you ?
    Have you got an other code ?

    Thanks

    #857321

    Hi,

    Ok, thanks for the feedback. Please try this instead:

    .iconbox_left .iconbox_icon {
        left: -1px !important;
    }

    If that is not correct either then please post a screenshot highlighting the changes you would like to make.

    Best regards,
    Rikard

    #857380

    Ok Rikard,

    It’s not what I’m expecting. So I put an picture of what I would like to have.

    Icon box

    Thanks a lot,

    #857397

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .iconbox .iconbox_content .iconbox_content_title {
        margin-bottom: -10px !important;
    }

    Hope this helps. :)

    Best regards,
    Nikko

    #857406

    @Nikko, thanks a lot, it’s perfect !

    Have a good day !

    #857417

    Hi,

    Glad we could help and thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to change the spacie between icon box title and icon box content’ is closed to new replies.