Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #604030

    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.

    #604119

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.