I am having trouble getting the text Follow Us to align on the far right next to the Facebook Icon. I added the float:right
property, but it is not working as expected.
Here is the code snippet:
<a href="#" target="_blank" style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color:#999999">Website Designed and Developed By <strong><font style="color: #00FF00"></font><font style="color: #666666"></font></strong>, Web Design Blackburn, Web Design Lancashire<span><h1 style="float:right">Follow Us</h1></span></a>
This issue is occurring on the following site - . I am trying to make changes to the footer section.
Here is a screenshot of the footer for reference
Since the footer is hardcoded, customization will be necessary to fix this issue.