Tue, 2014-06-10 20:33
Hi folks,
I was working with a site whose theme did not utilize the custom/widgetized menus. So, I added them in, but now I need to style them to look like the previous site, but I'm stuck. I see a lot of mainMenu classes and navPanel classes, but I don't know what to do. My currently HTML/PHP looks like this:
<div class="row-fluid constraint body visible-desktop"> <div class="span12 pagination-centered"> <div class="row-fluid pagination-center" style="margin-left: auto; margin-right: auto; max-width: 941px;background-color:#808080"> <ul class="mainMenu"> <?php wp_nav_menu( array( 'theme_location' => 'header-menu' ) ); ?> </ul> </div> </div> </div>
The current site that I'm working on is here: http://tinyurl.com/la22bkg
And the site I need it styled like is here: http://tinyurl.com/qh9kfo3
Any help would be very much appreciated.