dear moderator,
is it possible to align the icon box (Icon and title) above the center of the image and off course respond accordingly on all screen sizes. Both the image and the icon box are in the same column.
thank you.
Hey surfersp!
Try adding this to your custom CSS.
.iconbox .entry-content-header {
text-align: center;
}
.iconbox .entry-content-header * {
float: none;
display: inline;
}
Best regards,
Elliott
Hi there Rikard, I tried out the code you suggested above, but the icons appear slightly above the titles. Look:
https://postimg.org/image/lxxqz8nzr
Any advice on how to correct this?
Thanks in advance!
MCM
Hi,
Try this:
.iconbox .iconbox_content .iconbox_content_title {
vertical-align: top !important;
}
Thanks,
Rikard
Thank you so much, worked out great!
MCM
Hi,
Glad we could help! To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay