Center Contact info in Footer?
-
Topic
-
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Tagged: contact, footer, Theme Options
Hi Jason,
Is it possible to center the contact info in footer? When I reduced the columns to one, I couldn’t find any options for that.
What I ended up doing was using 2 columns and put it in the 2nd column, but it wasn’t exactly centered.
Liz
Hi Liz,
Maybe like this?
Thanks, Jason. I tried that, but it didn’t work. I even took out %phone% and %envelope% and it still didn’t work. This is how I did it:
<div class=”text-center”>CONTACT US: %phone% 408-597-7188 %envelope% info@ataitec.com</div>
Paste this into the textarea:
<div class="text-center" style="font-weight: bold;"> <ul class="list-inline"> <li><a href="http://www.ataitec.net/about-us-2/contact/">CONTACT US:</a></li> <li><i class="fa fa-phone"></i> 408-597-7188</li> <li><i class="fa fa-envelope"></i> <a href="mailto:info@ataitec.com">info@ataitec.com</a></li> </ul> </div>
That did the trick.
Thanks, Jason.