Hi there, the custom CSS by shopify doesnt seem to shift the Heading to be left align. Could someone please assist with generating a workable CSS for this? Thank you in advance.
Hey @Chuckachucka
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </ body> tag
<style>
.collection__title.title-wrapper {
max-width: 100% !important;
padding-left: 20px !important;
}
</style>
RESULT:
If I managed to help you then a Like would be truly appreciated.
Best,
Moeed

