Archived topic
align social icons on mobile
4 replies · Started by Jamal on April 21, 2016
Hi,
I will like some more assistance if you have the time. I have the light weight social icons plugin aligned left and i will like to align it centrally on . The difficulty i face is i cant overide `.icon-set-lsi_widget-2 {
text-align: left !important;
}`
Anybody know how i can go around it? Thanks much in advance
Hi there,
You can actually set the alignment right inside the widget.
Let me know :)
Thanks for the response. What i wanted to do was have it aligned on the left on desktop but aligned center on mobile. If there is a work around im happy otherwise i will just stick with aligning center on both.
Thanks again.
Ah, then you could do something like this:
@media (max-width: 768px) {
.icon-set-lsi_widget-2 {
text-align: center !important;
}
}
Thanks alot,will give this a try on my second website.
