Horizontal Primary and Sub menu is not align center, why?
问题 I'm building simple site from Drupal but the primary and submenu are not aligned center as it should. I have tried many of CSS3 properties but none of them is working. This is how it structured <div class="nav"> <ul> <li>Primary Menu 1</li> <li>Primary Menu 2</li> <ul> <li>Submenu 2.1</li> <li>Submenu 2.2</li> </ul> <li>Primary Menu 3</li> <li>Primary Menu 4</li> </ul> </div> I want to display both of primary and submenu to be horizontal and align center with CSS3, how can I do that, please