Custom CSS

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:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. 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