Any way to create a break line or extra space in the Simple theme sidebar? I want to add it at between the sale and about menu items.
I sent you a link and code to enter in your private messages
Please add following css your assets/theme.scss.liquid bottom of the file.
@media only screen and (min-width: 750px){
.site-nav__item {border-bottom: 1px solid !important;}
}
Thanks!

