Reply To: Image and text alignment and icon spacing

Home Forums Support Image and text alignment and icon spacing Reply To: Image and text alignment and icon spacing

Home Forums Support Image and text alignment and icon spacing Reply To: Image and text alignment and icon spacing

#158535
Tom
Lead Developer
Lead Developer

1. Have you set the image alignment to “Align Left” when inserting the image?

2. I would do something like this:

<div class="social-icons">
    <a href="#URL-TO-SOCIAL-PROFILE"><i class="fa fa-twitter"></i></a>
    <a href="#URL-TO-SOCIAL-PROFILE"><i class="fa fa-facebook"></i></a>
</div>

Then the CSS:

.social-icons a {
    font-size: 20px;
    margin-right: 5px;
}