PRO - Header Builder - Nesting flyout menu in dropdown

Good morning,

I was wondering if there was a way in the Pro Header navigation builder to have the fly out menu nest in the drop down menu rather than fly out from the side. It would then expand when “French Oak” is hovered over below rather than flying out from the right side. Website is: dev.twboswell.com

Currently running Pro 1.1.1 and Wordpress 4.7.2

Thank you for your help!

Jessica

Hey Jessica,

Thanks for writing in! This might be done with a custom css. please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)

.sub-menu ul.x-dropdown {
    left: 0;
    position: relative;
    display: none;
}

.sub-menu > .menu-item:hover ul.x-dropdown{
    display: block;
}

We would loved to know if this has work for you. Thank you.

Perfect! Thank you very much for your help!

Glad to hear we managed to help!