This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Center social media icons in footer

Resolved 3 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 10 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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 2 months ago

    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. Remy Jesse 10 years, 4 months ago

    THANK YOU Andrew :)

  3. Andrew Misplon Staff 10 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread