Code: Select all
#primary-nav, #primary-nav ul {
list-style: none;
padding: 0px;
width: 50%;
margin: 0 auto;
}
Any ideas as to what I can change to affect this behavior?
Nullig
Code: Select all
#primary-nav, #primary-nav ul {
list-style: none;
padding: 0px;
width: 50%;
margin: 0 auto;
}
Code: Select all
<!-- Start Navigation -->
<div style="background-color: #ECECEC;width: 100%;"> <!-- Wrapped in a new div to preserve bg color -->
<div id="menu_horiz">
<h2 class="accessibility">Navigation</h2>
{menu template='cssmenu.tpl' start_level='2' start_element='1.1' show_root_siblings='1'}
<hr class="accessibility" />
</div>
</div> <!-- End of new div -->
<!-- End Navigation -->
Code: Select all
#menuwrapper {
/* Fix for Opera 8 */
/* overflow: hidden; */
background-color: #ECECEC;
border-bottom: 1px solid #C0C0C0;
margin: 0 0 0 23%; <!-- These need to be adjusted according -->
width: 75%; <!-- to the width of your menu -->
text-align: left;
}