• Hello, my website is coming along nicelt until I noticed a few weird things. https://www.tintoys.com

    For some reason I cannot center my footer, also on some of my woo com category pages it ends the name of the page with “Archive” so if you go to my Collector Series Page is shows up as Collector Series Archive.

    Where did the archive come from? How do I remove this? Are there kooky squirrels playing around behind the scenes here????

Viewing 3 replies - 1 through 3 (of 3 total)
  • Ayman

    (@aymanalzarrad)

    To center your text in the footer you can add this code to your child theme css

    #colophon td{
        text-align:center;
    }

    Where did the archive come from? How do I remove this

    Check the template file in your child theme as its there and you can just delete it without worries

    Are there kooky squirrels playing around behind the scenes here????

    I like it.. HAHAHA ??

    Thread Starter DerrickG72

    (@derrickg72)

    Ayman, that code for my stylesheet didn’t work. Is it possible that because I have the bottom info in a table that it wont work properly?

    Ayman

    (@aymanalzarrad)

    Ayman, that code for my stylesheet didn’t work. Is it possible that because I have the bottom info in a table that it wont work properly?

    @derrickg72, I just visited your website today and looks like the CSS I gave you worked well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Twenty Twelve Child] footer wont center and strange names on pages’ is closed to new replies.