How to left-align text and title within a theme using CSS for Shopify
add this code to the bottom line of youre theme.css
.PageContent {
text-align: left !important;
margin-left: -1px !important; /* Pas de waarde aan naar behoefte */
}
.PageContent, .SectionHeader__Heading {
text-align: left !important;
}




