• Hello,
    I would like to have my menu items centered, rather than left aligned. How would I accomplish that?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Can you provide a link to your site so we can look at the page elements in question?

    Thanks,

    Andrew

    I had the same issue, after some searching I added this to my stylesheet customization menu and it worked perfectly (play with the percentage numbers to get it just right, but this looked pretty centered on my page):

    .banner li {
      float: left;
      position: relative;
      left: 23%; /* or right -25% */
      text-align: left;
    }

    (Example at kindredsuncomic.com/wp)

    **I realize this is two months too late, but if anyone else is having the same issue, here you go! ?? There could be problems with it, but it’s worked very well so far for me!

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