Multi-column drop down menu in Debut theme

Hi @SixYardsPlus

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss->paste bellow code in bottom of file
@media only screen and (min-width: 767px) {
    #MenuParent-2 .site-nav__item:nth-child(3) .site-nav__dropdown-grandchild{width:auto;}
    #MenuParent-2 #MenuChildren-2-3{    column-count: 2;}
}
1 Like