[Resolved] Align Two Images in Footer Widget

Home Forums Support [Resolved] Align Two Images in Footer Widget

Home Forums Support Align Two Images in Footer Widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1056285
    Danny

    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

    #1056298
    Leo
    Staff
    Customer Support

    Hi there,

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.