Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi ron,

    One way to do it is to open your themes header.php file, find the call to wp_nav_menu (this is the function that outputs the menu), then add a <div> around it. Eg:

    <div style='width: 500px'>
        <?php wp_nav_menu ...... ?>
    </div>

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Menu background width’ is closed to new replies.