Hi there,
Great theme! Can you tell me how to change the width of the menu dropdown items? And in which file?
Thanks!
Hey Adamantum!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu .menu ul { width: 250px; }
Cheers!
Yigit
Thanks so much for your quick response. Cheers!
One more question; after applying this code the menus overlap – is there any code I can put in that would allow them to eliminate the overlapping?
Hey!
Try adding this code to the Quick CSS:
#top .main_menu .menu li ul ul{
left: -275px !important;
}
Cheers!
Josue
I had to play with the px value in the code a little bit, but it worked. Thanks!
For those who read this thread in future:
#top .main_menu .menu li ul ul{
left: -205px !important;
}