Tagged: center, footer, Socket menu
Hi –
I asked for the home page buttons but I failed to ask for the footer items. I think it’d look really nice if the social icons, copyright, and socket menu were all centered on mobile. I appreciate the help.
Hey Veronica!
Thanks for getting in touch with us!
Try the following CSS code:
@media only screen and (max-width: 479px) {
#socket .copyright {
float: left;
margin-left: 20%;
}
#socket .social_bookmarks {
float: left;
margin-left: 20%;
}
}
Regards,
Jordan