Hi,
For Web version, logo sitting on the left which is good.
However, when we turn to mobile version, the logo sitting in the middle.
is that possible to change logo to left on mobile version?
thanks
cecilia
Hi,
For Web version, logo sitting on the left which is good.
However, when we turn to mobile version, the logo sitting in the middle.
is that possible to change logo to left on mobile version?
thanks
cecilia
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
thanks
Hi @aus-10188 ,
You can follow the instruction below:
@media (max-width: 749px) {
.header {
grid-template-areas: "heading left-icon icons" !important;
grid-template-columns: 1fr 1fr 1fr !important;
}
header-drawer {
justify-self: end !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
@aus-10188 I think this can be resolved by having a mobile menu app. Have you tried to search for one?
Thanks! it works!