Hello,
can you please advice how to align to center featured blog posts section header?
I don’t think this is something that you can actually work because this is a Dawn Theme Built-in feature
@Jev_1 can you share your preview url, i will give you code
Hey @Jev_1 .
Thanks for reaching out.
I appreciate that you have let us know which theme you are using as that is very helpful! Looking into the Dawn theme, I noticed that this change is not available using the Theme Editor. However, you can make a change of coding within the theme to have the title alignment centered on the blog post section.
Since the Dawn theme is designed and supported by Shopify, we can use free design time for Shopify themes to have our internal team make the changes on your behalf.
If you are interested in using the design time, you will need to login to your store using our Contact Us page. This will allow us to securely verify you as the store owner before speaking directly with a Support Advisor about the changes you would like to see.
Let me know if you have any questions.
https://blossio420.myshopify.com/
pass: leofru
@Jev_1 go to assets/base.css line 917 change this:
@media screen and (min-width: 990px)
.title-wrapper-with-link {
align-items: center;
}
to this:
@media screen and (min-width: 990px)
.title-wrapper-with-link {
align-items: center;
justify-content: center;
}
Thank you appreciate it
Thank you this worked, but only in desktop, how do the same in mobile please? ![]()