Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24157
    cpoli
    Member

    I was wondering if it were possible to position the social icons in the footer in the center of the page.
    Also how to change the background of the custom text area in the footer.
    http://www.faye-hall.info

    #24176
    Sakin
    Keymaster

    @cpoli: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box to center the social icon in the footer.

    #site-generator .social-profile {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .social-profile ul li {
        display: inline-block;
        float: none;
    }

    Which custom text you are talking about? You are not supposed to add Text in “Code to display on Footer” box. This box is created to add any scripts like analytics, tracking code and all.

    #24257
    cpoli
    Member

    Thanks for you assistance yet again 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Position Of Social Icons In Footer Area’ is closed to new replies.