Tagged: icon box
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 :
Thanks a lot,
Hey Todo,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Todo,
Is this the element in question?
Best regards,
Victoria
Yes, I tried different ways.
Have you got a CSS code to fix it?
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.iconbox {
margin-bottom: 10px !important;
}
Best regards,
Rikard
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
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
Ok Rikard,
It’s not what I’m expecting. So I put an picture of what I would like to have.
Thanks a lot,
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
@Nikko, thanks a lot, it’s perfect !
Have a good day !
Hi,
Glad we could help and thanks for using Enfold :)
Best regards,
Nikko