Product Title position should be on the left side


Hello guys, I need urgent your help. I want to change my Product Title position to the left side for smartphone. It is on the computer left sided, but on the smartphone it is in the middle, as you can see in the picture. How can I fix that? Thanks alot!

Url: https://glasmora.com/products/glas8

Hi @Glasmora

Its align on the center, the URL you provide is password protected.

@Glasmora Hope you are doing well.

Could you please share the password of the store? your store is password protected

Hi @Glasmora ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

@Glasmora Please provide you store password to share solution for this.

Glasmora is the password

Unfortunately not…

The password is glasmora

The password is glasmora.

Thanks for the info, check this one.

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:

@media only screen and (max-width: 1007px){
.ProductMeta {
    text-align: left !important;
}
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thank you so much!!!

Welcome, please dont forget to hit like. Thanks!