All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
The logo in the mobile isnt centered idk what has happened
can anyone please help me out
Theme - DAWN
Store url - https://b58128-e6.myshopify.com/
Screenshot of the problem
Solved! Go to the solution
This is an accepted solution.
Hi @Yash234
It is align in the center, but the left side have only one icon and the right is 2. We can adjust the icons on the right.
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 749px){
.header__icon--cart {
width: fit-content;
}
.header__icons {
padding-right: 0px;
}
}
And Save.
Result:
Its a bit changes.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @Yash234
It is align in the center, but the left side have only one icon and the right is 2. We can adjust the icons on the right.
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 749px){
.header__icon--cart {
width: fit-content;
}
.header__icons {
padding-right: 0px;
}
}
And Save.
Result:
Its a bit changes.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
thanks man you are a G