• Hi

    Im trying to modify a theme based on twentyten
    tamirh. com
    my problem is that the menu is too large and spans the entire page.
    I want it to be 980px.
    in header.php I see this:

    <body <?php body_class(); ?>>
            <div class="mymenu" style="background-color: #27282C;height:34px;">
                <div style="float: right; margin-top:7px;margin-right: 50px;">
                    <?php wp_nav_menu(array('menu' => 'header', 'container_class' => 'menu-header', 'theme_location' => 'primary')); ?>

    if I enter the below to style.css then the whole menu is shifted right:

    .mymenu {
    height: 34px;
    float: right;
    margin-top: 7px;
    margin-right: 50px;
    }

    how do I make the maximum width 980px?
    please assist
    thanks

  • The topic ‘too large menu problem’ is closed to new replies.