Title: Sub menu layout
Last modified: August 30, 2016

---

# Sub menu layout

 *  [JMiller686](https://wordpress.org/support/users/jmiller686/)
 * (@jmiller686)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/sub-menu-layout/)
 * Is it possible to have the sub-menu that drops down have a different layout? 
   I’m trying to do something similar to what they are here: [http://dennisbasso.com/](http://dennisbasso.com/).
   If you hover over the menu items the menu drops down, but displays the sub menu
   items inline.
 * I was wondering how to do this without registering custom menus in my childs 
   functions file.

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

 *  [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/sub-menu-layout/#post-6401504)
 * Hi [@jmiller686](https://wordpress.org/support/users/jmiller686/)
 * Thanks for reaching out.
 * We do our best to help out with little Custom CSS tweaks where possible. I’ve
   taken a look at this and for some reason I haven’t been able to get it to work.
   Perhaps someone else will be able to lend a hand.
 *  Thread Starter [JMiller686](https://wordpress.org/support/users/jmiller686/)
 * (@jmiller686)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/sub-menu-layout/#post-6401607)
 * [@misplon](https://wordpress.org/support/users/misplon/)
 *  I’ve gotten the sub menu to go horizontal, but I can’t get the width to be at
   100%. I think its because the full container still has some margin on the side,
   but if I set that to 100% it enlarges the page so to speak. I’m close though.
 *  [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/sub-menu-layout/#post-6401688)
 * You can try adding the following to a Custom CSS plugin:
 *     ```
       /* Full Width Layout Menu Width */
   
       body.responsive.layout-full #page-wrapper header#masthead .site-navigation .full-container {
       	max-width: 1080px;
       }
       ```
   
 * Adjust the value to change the max-width of the container within the menu.

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

The topic ‘Sub menu layout’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/vantage/1.20.33/screenshot.jpg)
 * Vantage
 * [Support Threads](https://wordpress.org/support/theme/vantage/)
 * [Active Topics](https://wordpress.org/support/theme/vantage/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/vantage/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/vantage/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/sub-menu-layout/#post-6401688)
 * Status: not resolved