@media only screen and (max-width: 749px){
.site-header__logo {
padding-left: 20px !important;
text-align: left;
}
}
@Lynnn ,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
@media only screen and (max-width: 749px){
.site-header__logo {
padding-left: 20px !important;
text-align: left;
}
}
@Lynnn ,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid