Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43755
    Heinz
    Participant

    Hi!

    I’d like to center the footer content (widget and Costom Footer content) – tried it with var HTML in widget and custom footer non worked…

    Here’s the link:
    http://templ.com/test/

    Thanks!
    Heinz

    #43779
    Heinz
    Participant

    PS: I Use the pro version – sorry for the wrong subforum…

    #43787
    Sakin
    Keymaster

    @Heinz: Ok I have changed to Catch Kathmandu Pro version. I see that you have added footer content in table. For this, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #supplementary .widget-area,
    #site-generator .copyright {
        text-align: center;
        width: 100%;
    }
    #site-generator td {
        text-align: center;
    }
    #43812
    Heinz
    Participant

    Thanks a lot!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center Footer Content and Footer Widget’ is closed to new replies.