Viewing 5 replies - 1 through 5 (of 5 total)
  • Use this in your child theme stylesheet

    #site-info { font-size: 12px; font-weight: normal; }

    BTW, did you make edit to theme main stylesheet? If so, transfer all the changes to child theme stylesheet and keep the parent theme fresh as new.

    Thread Starter jmerr59944

    (@jmerr59944)

    Paul,

    thanks for your response. Yes, I am using a child theme. I added the css you suggested but my footer still looks odd. Not sure why? almost as if there’s a table in my footer (which there isn’t) and that’s splitting my footer.

    other ideas?

    Jeremy

    Try clearing browser cache after making changes.

    The footer has 2 parts of text, one floated left the other right.

    Thread Starter jmerr59944

    (@jmerr59944)

    paul,

    how do I get the part that’s floating right to be centered under the part that’s to the left?

    Jeremy

    This should do it.

    #site-info, #site-generator { width: 100%; text-align: center; }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘footer issues-twenty ten theme’ is closed to new replies.