Shopify themes, liquid, logos, and UX
Hello everyone. I just updated my Dawn theme and noticed the "Shop" title is no longer centered when it is on mobile view. Does anyone know how to fix this? I did a search and found 2 codes, but neither worked. My URL is www.jennszencreations.com
Solved! Go to the solution
This is an accepted solution.
Hi @JenniferF
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:989px){
h2#SectionHeading-template--22812441805081__9fe0cd6c-1203-4988-a68f-ca2a5b621da9 {
width: 100%;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Yeah sure, sorry late relpy. This is the last post I comment before I went to bed.
Check this one. Same instruction.
@media only screen and (max-width: 989px){
.section-template--22812441772313__85b2f02b-3777-4f02-b189-7dea4bda9150-padding h2 {
width: 100%;
text-align: center;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @JenniferF
Thank you for waiting. I check it the code still work but it wat called by other codes.
Check this one.
.title-wrapper-with-link {
flex-direction: unset !important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @JenniferF
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:989px){
h2#SectionHeading-template--22812441805081__9fe0cd6c-1203-4988-a68f-ca2a5b621da9 {
width: 100%;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hello! It worked, thank you so much! I appreciate your help! 😀💜
Welcome! Thanks for the coffee.
I have one more issue I just found. The "Browse Other Collections" title is now not centered on the mobile view as well. Can you please help me with this too?
This is an accepted solution.
Yeah sure, sorry late relpy. This is the last post I comment before I went to bed.
Check this one. Same instruction.
@media only screen and (max-width: 989px){
.section-template--22812441772313__85b2f02b-3777-4f02-b189-7dea4bda9150-padding h2 {
width: 100%;
text-align: center;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
It worked, thank you so much! 🙏🏽
Welcome. 😊
Hello there! I am currently updating my Dawn theme to 15.0.0 and tried to use the two codes above to center align the text for "Shop" and "Browse Other Collections" titles and the codes are no longer working. I need them centered when it's on mobile view, desktop view is fine. Would you be able to help me with updating the codes?
I forgot to mention, I do not have the updated version published. I will wait till you are online.
This is an accepted solution.
Hi @JenniferF
Thank you for waiting. I check it the code still work but it wat called by other codes.
Check this one.
.title-wrapper-with-link {
flex-direction: unset !important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Welcome, 😊
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025