Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #309848

    Hi, is there anyway to center the facebook widget?
    I’ve centered them using the css code below but the facebook widget stays left.
    #footer .widget {
    text-align: center; }
    Thanks.

    #310205

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
        .av_facebook_widget_wrap {
            width: 185px;
            margin: 0 auto;
        }
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.