• Resolved Shaunrafuse

    (@shaunrafuse)


    I’m trying to get my main menu centered again but it’s not working. I’m using the Twenty Fourteen Theme and I have this block of code in the Custom CSS and it’s not seeming to work..

    .primary-navigation {
     float: none; /* change from float right */
     text-align: center; /* addition to center text */
     }
    .site-header,
    .site {
       margin: 0 auto;
    }

    Any Ideas??

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Main menu won't center anymore’ is closed to new replies.