Support » Theme: Responsive » Unable to center menu w/o breaking drop down

  • Resolved Niwa

    (@laniwa)


    I am trying to center the top menu, and I followed the help they listed on the site but when I am on a mobile version (you can see by resizing the browser) the drop down menu is broken and I have no clue how to fix this. Any suggestions?

    http://thewordonwealth.net/gcpa/

    This is what I added to center the menu:

    .menu {
            text-align:center
        }
        .menu li {
            display:inline-block;
            float:none;
            margin-left: -5px;
        }
        .menu li li {
            display:block;
            text-align:left
        }

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to center menu w/o breaking drop down’ is closed to new replies.