• 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/. 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)
  • Hi @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

    (@jmiller686)

    @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.

    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.