Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #62369
    Michael
    Member

    The mobile footer on a Android device has the data centered. How can I center the footer data for computers? Also, could you tell me what the purpose of Topic Tags area is.

    #62449
    Sakin
    Keymaster

    @Michael: You can add the following css in “Appearance => Theme Options => Custom CSS” box to center the footer content.

    #site-generator .copyright, #site-generator .powered {
        display: block;
        text-align: center;
        width: 100%;
    }

    Sorry I don’t get it what you mean by topic tag area. Can you post in your site URL and explain please.

    #62798
    Michael
    Member

    Thanks for the CSS update for centering footer data.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer Display’ is closed to new replies.