Hello
In the column, I would like to bring the title and the text of the hat closer to the image, reducing the gap. How can I do this?
Hey Sandra,
I’m not sure which column with the “hat” you mean, perhaps a screenshot would help.
To add a screenshot please try using an Screenshot service and pasting the image URL in your post.
Best regards,
Mike
Too Big space between the picture and the text :-)
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.avia-icon-list li {
padding: 0;
}
.avia-icon-list-container {
margin: 0;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
wonderful !!!!!!
Thanks a lot.
I have another problem on this column,
There are icons with a round background, which is perfect, and others have egg-shaped backgrounds, which isn’t harmonious. How can I fix this? I’d like all the icons to have a round background.
Thank you for your help.
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.avia-icon-list .iconlist_icon svg:first-child, .avia-icon-list .iconlist_icon img[is-svg-img="true"] {
margin-top: 11px;
margin-left: -6px;
}
.avia-svg-icon svg:first-child, .avia-svg-icon img[is-svg-img="true"] {
height: 1em;
width: 2em;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
it’s perfect ! wonderful ! thanks a lot !
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike