Trouble centering wp-nav nothing works so far
-
https://millyscakesandevents.com/
The above is my site and I am having trouble centering wp-nav menu.
Any suggestions please. The site is not always up I’m afraid.
this is the menu code
<div class="nav_menu"> <?php wp_nav_menu( array( 'theme_location' => 'header-menu', 'menu_class' => 'dropdown', 'container_id' => 'navigation', 'fallback_cb' => 'wp_page_menu')); ?> </div>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
And this is the css
.nav_menu {float: left; } /* Menu Bar List */ ul.dropdown { margin: 0 auto; list-style:none; /* Gets rid of bullets in the list */float:left; width:100%; padding: 0 5px; /* Top and bottom padding of 0. Left and right of 5px */} ul.dropdown li{ float:left; } ul.dropdown a {/* Menu link styling */ padding:12px; color:#FFFFFF; /* Text color of links */ text-decoration:none; /* Gets rid of underline for links */ text-shadow:1px 1px 0 #000000; /* Puts a shadow under link 1px down, 1px to right, 0 blur & Black */ }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Trouble centering wp-nav nothing works so far’ is closed to new replies.