HI there,
The logo is not aligned centre in the mobile format , Its perfect in the desktop version but i want to change in the mobile version only , Any assistance in this would be helpful.
HI there,
The logo is not aligned centre in the mobile format , Its perfect in the desktop version but i want to change in the mobile version only , Any assistance in this would be helpful.
Hey @Anonymous
Can you please share the preview link of your store?
Hey @Anonymous
Please share the preview link of the draft theme instead of the live theme
Hey @Anonymous
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello ,
The above code is working , can you please make so it is aligned to the left.
Thank you!!
Hey @Anonymous
Keep the previous code and add the following code above in theme.liquid file
.col-auto.d-none.menu--bar-lines.d-md-only-block {
width: 10% !important;
}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed