Home>Support>Center social media icons in footer

Center social media icons in footer

By Isaac F, 9 years ago. Last reply by Andrew Misplon, 8 years ago.

Hi,

Any way to center the Vantage Social Media widget in the footer? I’ve tried various different methods on various different ids and classes but to no avail.

I suspect that the widget itself IS centered, however the widget CONTENT (the social media buttons) is not.

Cheers

URL: http://pinkdev9.co.uk

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Isaac

    Try the following under Appearance > Custom CSS:

    /* Vantage Center Social Media Widget */
    
    .widget_vantage-social-media {
    text-align: center;
    }
    
    .widget_vantage-social-media .social-media-icon {
    display: inline-block;
    float: none;
    }
    

    You can also add:

    margin: 30px;
    

    to the first selector if you want to add some space in there.

  2. 8 years, 11 months ago Remy Jesse

    THANK YOU Andrew :)

  3. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    For sure :) Glad that helped.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More