I want to move my Logo in header slightly to the Left with menu bar lines. My Website Address is My Apparels. I also attached the mobile display screenshot for better understanding.
Hi @myapparelsuk ,
.logo img {
position: relative;
left: -25px;
}
Add this css in Online Store->Theme->Edit code->Assets->style.scss.liquid
Note :
Add this css in media 767px only.
1 Like
Thank You very much @oscprofessional Problem is solved. Thanks again for helping.