Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9750
    xpyouth
    Member

    Hi Sakin,

    Is there a way to create a center column for the footer. I somehow got a logo to be centered but it’s probably not done right. If possible I would like to create a center footer column. The below is what I put in the footer editor.

    <div class=”copyright”>Copyright © [the-year] <span> | KCUMC</span>
    <br> http://www.jesusforyou.org
    <br> 3800 Carbon Road., Irving, TX 75038
    <br> Tel: 972-258-0991 </div>
    KCUMC Logo

    #9787
    Sakin
    Keymaster

    @xpyouth: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box of your site http://www.xpyouth.org/.

    #site-generator .site-info {
        text-align: center;
    }
    #site-generator .copyright {
        width: 100%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Center Column in the Footer’ is closed to new replies.