A user needed help aligning the heading of a Collection List on the homepage of their Shopify store using the Shrine Pro theme. The heading was not positioned on the left side as desired.
Solution provided:
Add custom CSS code to the theme’s stylesheet (base.css, style.css, or theme.css)
The CSS targets the specific title wrapper class and sets justify-content: left
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code: