Home Forums Basel support forum Menu dropdown with set sizes

Menu dropdown with set sizes

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #116231

    wierdthing
    Participant

    When you set specific sizes to the drop down, the menu opens with the upper left part under the menu item, is there a way to make it open to the center of the page? Same as when you choose full width but without making it full width.

    #116282

    Hello,

    Make it full-width and we shall provide you with the custom CSS.

    Best Regards

    #116286

    wierdthing
    Participant

    Great! Id like it to be 800×300 if possible.

    #116367

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .main-nav .menu>li.menu-item-design-full-width .sub-menu-dropdown{
    	max-width:800px;
    }
    
    body .main-nav .menu>li.menu-item-design-full-width .sub-menu-dropdown .container{
    	max-width:800px;
    }

    Best Regards

    #116372

    wierdthing
    Participant

    This is the result of the code : http://prntscr.com/n6a0va
    Is there a way to center it?

    #116479

    Hello,

    After checking, unfortunately, it is not possible to place it in the center. We can shift to any side, however, it would not be right in the center.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)