Title: problems with my menu
Last modified: August 20, 2016

---

# problems with my menu

 *  [lauralander](https://wordpress.org/support/users/lauralander/)
 * (@lauralander)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/problems-with-my-menu/)
 * Hi
    I need help with My navigation bar. I currently have Home About us Products
   Contact Us Wooden Blog
 * My problem is on my product drop down list. I have added lots of catorgories 
   for different products i sell. Now they don’t all show up in the menu. It has
   missed the bottom one of which is bespoke products. How do i make it so all the
   items show up on the product list.
 * My website is [http://www.wooden-workshop.co.uk](http://www.wooden-workshop.co.uk)
   
   please talk to me simply this is all a massive learning curve to me Thanks Laura

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

 *  [ganim](https://wordpress.org/support/users/ganim/)
 * (@ganim)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/problems-with-my-menu/#post-3091657)
 * Either you play with your template css file to make the submenu shorter then 
   maybe menu can fit to the screen OR you may reorganise your menu structure to
   have 5-6 items each submenu.
 *  Thread Starter [lauralander](https://wordpress.org/support/users/lauralander/)
 * (@lauralander)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/problems-with-my-menu/#post-3091658)
 * sorry but how do i do that?
 *  [ganim](https://wordpress.org/support/users/ganim/)
 * (@ganim)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/problems-with-my-menu/#post-3091666)
 * There is a line in file:
    [http://www.wooden-workshop.co.uk/wp-content/themes/kingsize/style.css](http://www.wooden-workshop.co.uk/wp-content/themes/kingsize/style.css)
 *     ```
       #navbar li ul li {
       padding: 0 0 10px 0;
       ```
   
 * change it to:
 *     ```
       #navbar li ul li {
       padding: 0 0 0px 0;
       ```
   
 * And another line:
 *     ```
       #navbar li ul li a {
       padding: 12px 0px 8px 30px;
       ```
   
 * Change it to:
 *     ```
       #navbar li ul li a {
       padding: 8px 0px 8px 30px;
       ```
   
 * This will shorten your submenus so that they can fit
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 7 months ago](https://wordpress.org/support/topic/problems-with-my-menu/#post-3091668)
 * Be careful not to update your theme until you transfer changes to a [Child Theme](https://wordpress.org/support/topic/problems-with-my-menu/codex.wordpress.org/Child_Themes?output_format=md)
   or [Custom CSS](http://wordpress.org/extend/plugins/custom-css-manager-plugin/)
   plugin, otherwise your changes will be lost.

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

The topic ‘problems with my menu’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/problems-with-my-menu/#post-3091668)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
