Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9636
    pfian
    Member

    Hi,

    I have a widget in my footer that shows social media share buttons. I’d like it to be centered (it’s currently on the left side of the page).

    Is there an easy way to do this? If so I really appreciate the help.

    The site is at:

    http://grappling-book.com/

    #9689
    Sakin
    Keymaster

    @pfian: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #supplementary .widget-area {
        float: none;
    }
    #9752
    pfian
    Member

    Perfect, thank you so much!

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