How can I shift the page title 'Products' to the left?

Hello,

I am trying to move the page title “Products” to the left and nothing I’ve tried seems to have worked. Help would be very appreciated :). Thank you.

Add the below line of CSS code in your base.css file.

h1{
text-align:left;
}

let me know if it’s not working. Please share the store URL if the above will not work.

Hi @ConsciousMan

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Noah | PageFly

Hello @ConsciousMan

Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.