Center social media icons in footer
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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:
to the first selector if you want to add some space in there.
THANK YOU Andrew :)
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.