Hello
I want to use 5 icons in a promotion box. The 5 icons should be in one line below a title, below the icons there should also be some text. I don’t manage to get the icons in one line and centered.
Title
icon icon icon icon icon
text
text
In my case all icons are below each other, or I can get them in one line but not centered.
Thanks for replying to my question.
Hey wimdemo!
Can you please post the link to your page where we can see your promobox?
Cheers!
Yigit
Hey!
use this code in your Quick CSS field:
.av_font_icon {
display: inline-block;
padding-left: 110px;
margin-top: 20px;
margin-bottom: 15px;
}
and adjust as needed.
Best regards,
Andy