Shopify themes, liquid, logos, and UX
Hello guys, I'm building a store on the standard Dawn theme and I noticed there's some sort of a bug when I view the blog posts. The navigation links change to a different font, and also the borders on the page shrink, mainly the header which is breaking the whole navigation layout. i'm fine with the post's text and image being this size but I'd want the navigation bar to be the same size as everywhere else. I installed a fresh version of Dawn with no code edited and the issue still persists. Here's the examples:
Regular page Width & Navigation Font 👇👇
Page Width & Navigation Font on Blog Post (Article) 👇👇
It's looks like it's half the width it's supposed to be. In advance many thanks!
Solved! Go to the solution
This is an accepted solution.
I am happy that I could fix the issue.
Now in order to make the font-family same on the header of blog page you need to paste the following code in the end of base.css file.
.link, .customer a {
font-family: Kreon, serif !important;
}
Results:
If my replies helpful, then don't forget to like this post, mark as solution and Buy me a Coffee.
Sure, here is the link: https://u0cr2v-ua.myshopify.com/
The access code tothe webiste is: 1234
Hey @Hazed,
Could you please share your store URL and password [if applicable] so that I can take a look and provide you with a solution code.
Looking forward to hearing back from you.
Thanks
Sure, here is the link: https://u0cr2v-ua.myshopify.com/
The access code to the webiste is: 1234
Please paste the code in the end of base.css file.
.page-width {
max-width: 160rem !important;
margin: 0 auto;
}
Results:
what your showing is the blog collection page, What i have the problem with is the actual article page.
Hey @Hazed,
I can see the issue on the provide Blog post. Can you please paste the following code in the end of base.css file.
body {
max-width: 100% !important;
}
Results:
Thank you! I been ripping my hair out for 2 days trying to sort it out and turns out it was so simple xD. That solves this issue, but do you know how i can make the font of the navigation links the same as on other pages too? Its only this page that shows up differently for some reason.
This is an accepted solution.
I am happy that I could fix the issue.
Now in order to make the font-family same on the header of blog page you need to paste the following code in the end of base.css file.
.link, .customer a {
font-family: Kreon, serif !important;
}
Results:
If my replies helpful, then don't forget to like this post, mark as solution and Buy me a Coffee.
Thank you man you're a legend 🙏❤️
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025