Title: Move Menu Down
Last modified: August 21, 2016

---

# Move Menu Down

 *  Resolved [connielk](https://wordpress.org/support/users/connielk/)
 * (@connielk)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/move-menu-down/)
 * Is it possible to add some space above the menu? When it’s in a sidebar it’s 
   squeezed up at the top of the page and I’d like to control how much space there
   is before the menu and after. Not between items, just some white space above 
   and below.
 * [http://wordpress.org/plugins/custom-menu-wizard/](http://wordpress.org/plugins/custom-menu-wizard/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [wizzud](https://wordpress.org/support/users/wizzud/)
 * (@wizzud)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/move-menu-down/#post-4302679)
 * If you inspect the widget’s output with your browser’s development tools you 
   should see an encasing DIV that has a class of _widget\_custom\_menu\_wizard_.
   It’s quite likely that the DIV will have one, or more, other class(es) as well,
   such as _widget\_wrapper_. It’s also quite likely that your theme will already
   have applied some styling to the DIV.
 * You can add your own css rules, or change what’s already there, to create the
   amount of space that you need, using either padding or margin.
 * An example might be something along the lines of…
 * `.widget_custom_menu_wizard {margin-top:2em; margin-bottom:2em;}`
 * If you are using a child theme, you should be able to add your css rules to that
   child theme’s style.css file. If you are not, and you do not wish to consider
   doing so, then you will need to modify your theme’s style.css … but be aware 
   that any changes you make will be lost when/if you update the theme!
 *  Thread Starter [connielk](https://wordpress.org/support/users/connielk/)
 * (@connielk)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/move-menu-down/#post-4302699)
 * Fantastic. Exactly what I needed. Thanks!!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Move Menu Down’ is closed to new replies.

 * ![](https://ps.w.org/custom-menu-wizard/assets/icon-256x256.png?rev=1381901)
 * [Custom Menu Wizard Widget](https://wordpress.org/plugins/custom-menu-wizard/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-menu-wizard/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-menu-wizard/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-menu-wizard/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-menu-wizard/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-menu-wizard/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [connielk](https://wordpress.org/support/users/connielk/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/move-menu-down/#post-4302699)
 * Status: resolved