Forums
Forums / Plugin: Social Icons Widget / Center widget?
(@dave-sloan)
10 years, 5 months ago
I’m using the social icons widget in the Widget 1 area. By default it right aligns. How do I center the widget? Trying to add CSS put so far no luck. Not sure what class or ID to point to.
thanks for any tips!
https://ww.wp.xz.cn/plugins/social-media-icons-widget/
(@dannisbet)
I’ve honestly put too many floats in here and need to get them out in a future release.
Anyway, to center the icons:
.social-icons-widget ul { float: none; text-align: center; } .social-icons-widget ul li { float:none; display:inline-block; }
Should do the trick. Adjust as necessary to fit your theme.
The topic ‘Center widget?’ is closed to new replies.