• Can anyone advise on how I can center or alter my top menu (page tabs)? Right now, the menu is flush left and I’m out of pages to add. I’ve tried changing the code to be flush center, but that messed it all up.

    Can anyone provide me with advice on how to change the top menu? What php do I edit? Any and all advice will be much appreciated.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter johnthomas19

    (@johnthomas19)

    Sorry I forgot to include my website name: johnthomasmusic.org

    Looks like you figured it out – I’m trying to find the same info. Site looks great though!

    can’t give you any specific help without a link to your site….

    but generically, things can be centered by adding margin: 0 auto; to the appropriate css element in your style.css

    Chaz

    (@eternalskychaz)

    I tried the margin: auto; on my site and that never worked. What I had to do is figure out what div my menu tabs were nested in and set that to align:center; and then guess about how wide all the tabs are and set the width to that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center Top Menu’ is closed to new replies.