Hi
Just noticed that the selected li from my custom menu widget is in a different position to the rest of the menu structure
Any idea’s
Hey alfengland!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item, .widget_nav_menu ul:first-child>.current-menu-ancestor {
padding-left: 0;
left: 0;
box-shadow: none;
background-color: transparent!important;
}
Best regards,
Yigit