I am using the theme dawn, I have selected the align on center option for mobile in customization but it only centers on desktop mode. I have uploaded the photo of how it looks. I’ve already tried similar problems solutions but none of them worked out, I hope someone can help me to fix this. Thanks!
Hi @jl01
Please, share your store URL. Thanks!
Hi
Can you share store URL?
Thanks for the info, but its password protected.
Hi, I’ve taken down the password protection, can you help me now?
Thanks!
Thanks, 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){
a.header__heading-link.link.link--text.focus-inset {
padding-right: 0;
}
.header__icons.header__icons--localization.header-localization {
padding-right: 0;
}
details-modal.header__search {
margin-right: -1.2rem;
}
}
- And Save.
- Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

