I have my social media icons in a text widget but I cannot figure out how to center them on the screen and have it be responsive. How do I center these?
Hi,
Can you post the link to your website please?
Regards,
Josue
here is a link to my website.
Hi!
Use the following CSS code:
#footer .textwidget .social_bookmarks {
text-align: center;
}
#footer .textwidget .social_bookmarks li{
display: inline-block;
float: none;
}
Regards,
Josue
perfect, thank you so much!
You are welcome, glad to help :)
Regards,
Josue