Add hyperlink for contact info in the footer

is there a way to create a hyperlink for contact info in the footer that stays centered?

Hello @Inazarab,

Thanks for writing in!

You can manually insert an HTML code with an <a> tag and text-align property in a div:

<div style="text-align:center">
  <a href="http://www.example.com">example</a>​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​
</div>

All the codes were taken from this article: https://stackoverflow.com/questions/9721831/how-do-i-center-an-anchor-element-in-css/9721865

Please note that custom coding is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third-party developer.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.