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.

Center Contact info in Footer?

  • Creator
    Topic
  • #25437
    lizonbc
    Member

    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.

    http://www.ataitec.net

    Liz

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • #25447
    Jason Bobich
    Keymaster

    Hi Liz,

    Maybe like this?

    #25453
    lizonbc
    Member

    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>

    #25467
    Jason Bobich
    Keymaster

    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>
    #25472
    lizonbc
    Member

    That did the trick.

    Thanks, Jason.

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