[PRESTIGE THEME] Align mobile product name to the left

Hello!

I’d like to align the product name to the left (right now is aligned to the center) in my mobile view, how can i do it?

Thanks.

1 Like

Hello Cava

Can you please share your store URL? if password protected then also provide password.

@Cava

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

1 Like

Hey!
Here it is

www.fravshop.com

1 Like

@Cava

thanks for url can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.ProductItem__Vendor, .ProductItem__Title, .ProductItem__PriceList {
    text-align: left;
}
1 Like

Thanks a lot but it doesn’t work so I’ve tried with this code here and it worked

.ProductMeta{
	text-align: left;
}

thanks again for the fast reply

1 Like

@Cava

your code work on product page and my code work on collection if you need that

Thanks

1 Like

Super good to know, thank you so much

1 Like

@Cava

its my pleasure to help us