Viewing 2 replies - 1 through 2 (of 2 total)
  • Does that theme have custom CSS? If so, try adding this:

    #access ul {
        display: table;
        margin: 0 auto;
    }
    
    #site-logo {
        display: table;
        float: none;
        margin: 0 auto;
    }

    Thread Starter janieinman@gmail.com

    (@janieinmangmailcom)

    That did exactly what I wanted it to, thank you!

    Only problem is, I adjusted the padding so it would center the logo completely, because I have the social media icons to the right. So on my iPhone, it shows the logo going off the page. Any advice on how to make fix it for mobile devices? Works fine on ipad.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering logo and navigation’ is closed to new replies.