Viewing 7 replies - 1 through 7 (of 7 total)
  • Try adding “text-align:center;” to this in your style sheet

    #colophon {
    border-top: 4px solid #000000;
    margin-top: -4px;
    overflow: hidden;
    padding: 18px 0;
    text-align:center;
    }

    Thread Starter tspaulding

    (@tspaulding)

    THANKS! That worked any idea on how to increase the font size of the footer info?

    try;

    #colophon {
    border-top: 4px solid #000000;
    margin-top: -4px;
    overflow: hidden;
    padding: 18px 0;
    text-align:center;
    font-size: 14px;
    }

    Thread Starter tspaulding

    (@tspaulding)

    Awesome! Thanks so much. Would you mind helping me with one more thing. I added a code to hide my page titles from the body of the page. Problem is now my blog post titles are not showing. Do you know how I can correct this so that only my blog post title shows and not the page titles?

    Thanks

    I’m afraid I don’t know the answer to that one. My guess would be that you should remove the code that is hiding your post/entry-titles, and re-approach whatever it is you need to remove or hide, from there.

    Thread Starter tspaulding

    (@tspaulding)

    OK thanks so much anyway I appreciate it!

    You’re welcome.

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