Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #83870
    andrewf90
    Member

    Hi again,

    It’s been a while. I’m still working on the layout of my site (http://goo.gl/49Mbeo). When I adjust the mobile screen with, the header logo, site title, site description, and social media icons don’t stay centred. Is there a way to keep them centred at any mobile screen size?

    Here’s a screenshot: http://snag.gy/hblEi.jpg

    Thanks again for all your help!

    #83872
    Mahesh
    Keymaster

    Hi @andrewf90,

    Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS:

    @media screen and ( max-width: 940px ) {
        #logo-wrap {
            margin: 0 auto;
            float: none;
            display: block;
         }
    }

    Regards,
    Mahesh

    #83892
    andrewf90
    Member

    Awesome! You’re a genius! Thanks, Mahesh! I really appreciate your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Keep mobile site header centred?’ is closed to new replies.