Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #199326

    Hi there,

    Great theme! Can you tell me how to change the width of the menu dropdown items? And in which file?

    Thanks!

    #199350

    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

    #200501

    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?

    • This reply was modified 11 years ago by Adamantum.
    #200547

    Hi!

    Can you post the link to your website so we can take a look?

    Best regards,
    Yigit

    #200907
    This reply has been marked as private.
    #200949

    Hey!

    Try adding this code to the Quick CSS:

    #top .main_menu .menu li ul ul{
        left: -275px !important;
    }

    Cheers! 
    Josue

    #200990

    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;
    }
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Dropdown Menu Item Width’ is closed to new replies.