I'm currently working on the footer section where I've added Social Media Icons
and a Contact Us
section.
If you want to view the layout, check out this fiddle. Right now in the fiddle, the Contact Us
and Social Media Icons
are displayed on separate lines instead of being inline
.
The HTML code I used to arrange the Social Media Icons
and Contact Us
content is as follows:
<div class="fixed-bottom footer_fixed">
<p class="mx-0 mb-2 mt-2 text-center">
<i class="fas fa-phone pr-1"></i>
<a href="tel:+1234567890" class="pr-3">
+1 234 456 7890
</a>
<span class="static-email">
<i class="fas fa-envelope pl-3 pr-1"></i>
<a href="mailto:<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ed85888181829a829f8189ad9a82...
...
</ul>
</p>
</div>
<br><br>