Hi
My last submenu displayes outside the screen boundaries. Is this possible too fix?
Hi dalboslampen!
I could not reproduce the issue on my end but can you please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#wrap_all {
position: relative !important;
}
Best regards,
Yigit
Hi dalboslampen ;
by adding these lines into your custom style file you can achivee to show all of your menu an sub-menu (to push them (!) left).
But be carreful it depends on :
1- the lenght of the text in your sub-menu,
2- the attributes of your Mobil-Menu (see the image – Mobil Menu) :
/*TO PUSH THE MAIN NAVIGATION TO THE LEFT/*
.main_menu{ right: 60px !important;}
/*TO SHORTEN THE WIDTH OF THE SUB MENU*/
.av-main-nav ul {width: 190px !important;}