Shopify themes, liquid, logos, and UX
Hello,
On DAWN theme, I want to center align headings everywhere but also I want to left-align the Footer headings.
I have center-aligned headings using the below code on base.css :
.page-width h2 {
text-align: center!important;
display: block!important;
width: 100%;
}
........which makes the Footer headings to also be center aligned.
So I tried by adding this code into section-footer.css to center the footer headings but it hasn't helped:
.footer-block__heading {text-align: left;}
Any ideas please!?
Demo site is here: https://wad2c3glowcwozh4-61358440707.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
@cdgerard You can try adding this code in your CSS file.
.page-width h2.footer-block__heading{
text-align: left !important;
}
This is an accepted solution.
@cdgerard You can try adding this code in your CSS file.
.page-width h2.footer-block__heading{
text-align: left !important;
}
Works.
Thanks very much!
This worked for me too! thank you as I had tried others that didn't
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