I’m experimenting with the Wireframe Sidebar Template which it tells me it’s multipage one.
The problem is that the sub-menus don’t seem to auto align and sort themselves out. I’ve stripped it right back to demonstrate this one example below where the ‘ABOUT 1’ is left-aligned AND obscures the SERVICES menu.
sorry for the late reply. Unfortunately, we have to investigate this case. I have forwarded this to our developers that work on the templates. Currently, what you like to achieve is only possible with custom code.
If you are able, I highly recommend another template for this case for now.
Hi! I don’t think there is a direct way to do it throught the UI.
You can align the menu + menu items + menu sub-items to the left with a bit of Custom CSS.
//replace this #ed-71789033 ID with your menu ID
#ed-71789033{
&.ed-menu {
ul li{
text-align: left;
z-index: 5 !important;
}
//fix for sub-menu
.menu-sub{
z-index: 10 !important; //this will make the sub-menu on top of the menu item
}
}
}
Lucian gave you a good custom code solution to this matter. Unfortunately, as this is an old template actually designed for not having submenu, we do recommend the custom code solution or another template.