Site logo

Archived topic

Align Two Images in Footer Widget

1 reply · Started by Danny on November 7, 2019

Viewing posts 1–2 of 2

Hi, how would I align these two images in my footer widget?

I am using this html Code:

<a href="https://www.facebook.com/candormortgage/"> 
<div class="image">
<img src="https://candormortgage.com/wp-content/uploads/FB-Logo-Round.svg" width="30px" height="30px" alt="Facebook Logo" /> 
</div>
</a>
<a href="https://twitter.com/candormortgage"> 
<div class="image">
<img src="https://candormortgage.com/wp-content/uploads/Twitter-Round.svg" width="30px" height="30px" alt="Twitter Logo" /> 
</div>
</a>

Example

Hi there,

Can you try removing the <div class="image"> part?

This archived topic is closed to new replies.