• Resolved Mikill

    (@mikill)


    Is it possible to center the footer text? In the custom css I have tried using:

    .site-info {
    text-align: center;
    width: 100%;
    }

    However this only centers the text (in a block?) on the left.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    Mikill, You want to see social media icons align center too?

    Thread Starter Mikill

    (@mikill)

    No, I don’t need that. …. not yet anyway ??

    repickus

    (@repickus)

    I’m having the same issue. I want to have the site navigation in the footer, but couldn’t figure out how to do it, so here’s what I did. It works great, but the problem is that it doesn’t adjust along with the rest of the site for window size, ie: small window, tablet or phone. Any suggestions? The site is psychomatrix.therandallgroupllc.com

    <footer style="position: absolute; background: #ffffff; padding-left: 0px;
    padding-top: 10px; padding-right: 0px; width: 960px; height: 58px; text-align: center;"><h5> <a href="https://psychomatrix.therandallgroupllc.com">Home</a>? ? ?<a href="https://psychomatrix.therandallgroupllc.com/dr-wolman/">Dr. Wolman</a>? ? ?<a href="https://psychomatrix.therandallgroupllc.com/personality-inventory/">Personality Inventory</a>? ? ?<a href="https://psychomatrix.therandallgroupllc.com/spirituality-inventory/">Spirituality Inventory</a>? ? ?<a href="https://psychomatrix.therandallgroupllc.com/matchmakers-dating-coaches/">Matchmakers & Dating Coaches</a>? ? ?<a href="https://psychomatrix.therandallgroupllc.com/workshops/">Workshops</a>? ? ?<a href="mailto:[email protected]">Contact Us</a></h5>
    
    Copyright ? 2014 <strong>PsychoMatrix</strong> / Powered by: <a href="https://www.ads-software.com">WordPress</a>
    </footer>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Theme Author Fruitful Code

    (@fruitfulcode)

    repickus,

    For footer menu you should use function https://codex.www.ads-software.com/Function_Reference/wp_nav_menu

    And place the code in footer.php instead of copyright textarea.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Centering footer’ is closed to new replies.