Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Centering a nav menu w/ CSS?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #198419
    shayz0r
    Participant

    Hello all,
    First time poster -looking for some help trying to center a navigation menu on a WordPress site. Been looking online and tried playing around with the style sheet, but haven’t been able to figure this one out! I would also like to center the logo at the top of the page. Any help would be greatly appreciated! http://Www.eastsidepod.com/wp

    Update: Nevermind! I think I fixed it by going into main.css and manually changing the code which wasn’t taking when I tried to apply it through WordPress.

    nav.main-menu {
    display: table;
    margin: 0 auto;
    text-align:center;
    }

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.