Try to use this:
- Go to Online Store->Theme->Edit code
- Asset->theme.scss->paste bellow code in bottom of file
@media only screen and (min-width: 767px) {
.header-item--split-left .site-navigation:first-child > .site-nav__item:first-child .grid__item{column-count: 4; width: 40%;}
}