Hi Krisi,
I want to Make social media icons in socket center align and responsive for all desktop and computer. I did that already using custom code but i believe its not responsive for all devices.
Please fix this for me.
Thanks
Aadil
Hey danielromanin,
Please remove the custom codes you added and just use this code:
#top #wrap_all #socket .social_bookmarks {
float: none;
margin: 0;
text-align: center;
}
#top #wrap_all #socket .social_bookmarks li {
float: none;
display: inline-block;
}
This should center it in all devices.
Hope it helps.
Best regards,
Nikko