how to add space between the logo and my navigation menu bar ? please submit response thank you
oh sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 768px){
.site-header__logo {
padding-top: 10px;
padding-bottom: 10px;
}
}
