Hi there, is there an easy way to align the sockets social media icons to the center on all devices?
Thanks,
Matt
Hey Matt!
Add this to your custom CSS.
#socket .social_bookmarks {
float: none !important;
margin: -10px 0 0 30px;
position: absolute !important;
left: 50%;
transform: translateX(-50%);
}
Regards,
Elliott