• So, this is my page:
    Dope Fucking Logos

    All I want.. is a centered horizontal wp_nav_menu. I’ve been attempting to figure this out for what feels like a friggin’ ETERNITY, and I just can’t take it anymore. It’s driving me crazy!

    As a beginner in regards to PHP/CSS/HTML5, what should I do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Unless you give the menu a fixed width and centre the enclosing <ul>, you can’t centre it.

    enpinteractive

    (@enpinteractive)

    That worked perfect, thank you.

    .noalign {
    width: 250px;
    margin: 0px auto 0px auto;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[NSFW] How in the world do I center my horizontal wp_nav_menu?!’ is closed to new replies.