Archived topic
Mobile header social logos position
2 replies · Started by _blank on April 20, 2017
Viewing posts 1–3 of 3
Hi
I’d like to center align social logos on mobile version.
But keep the desktop version to right as is now.
Here is a url
http://dev.mackiedesigncompany.com/wp/
Many Thanks
Scott
Hi Scott,
Try this CSS:
@media (max-width: 768px) {
ul.lsi-social-icons.icon-set-lsi_widget-7 {
text-align: center !important;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Hi Leo
Thanks, that worked.
Scott
This archived topic is closed to new replies.