Multi-column drop down menu in Debut theme

HI, if you looking for “Back to school” menu then follow this:

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss Or theme.css->paste bellow code in bottom of file
@media only screen and (max-width: 767px) {
.header-menu-content > li:nth-child(3) > .menu{    column-count: 2;}        
    }