Tagged: icons
How can I center the Facebook and Twitter icons, side by side, in the icon box on my website home page? The link is provided. Seems so simple, and I can’t figure it out. Thanks.
Hi Ben!
Thank you for using Enfold.
Please edit the icon box then enclose the two icons inside a div container. Something like this:
<div class="center-icon">
ICON SHORTCODES HERE
</div>
Add this on Quick CSS or custom.css:
.center-icon {
text-align: center;
}
.center-icon span {
display: inline-block;
float: none;
}
Best regards,
Ismael
Thanks Ismael. This works, and is a technique I will use elsewhere. :-)
Please consider this a feature request too though — for the ability to center multiple icon shortcodes in an icon box. It seems like a reasonably common thing to want to do, that ought to be code-free.
Best wishes,
Ben
Hi!
Please request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Regards,
Yigit
Request made. You can mark this as resolved. Thanks.