is it possible to left align socket social icons on mobile only where they appear at the very bottom below socket text?
i also want to add just a little padding under the icons as well because right now there seems to be none.
Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) {
#socket .social_bookmarks {
float: left;
margin-left: 0;
}
#top #socket .social_bookmarks li {
margin-left: 0;
}
#socket {
padding-bottom: 20px;
}
}
Best regards,
Yigit
Hi – Thanks for the reply. This solution does not seem to have worked. Do you mind taking a look again?