Dawn Theme - How Can I Align My product page to the left on mobile?

Dawn Theme - How Can I Align My product page to the left on mobile?

shanagarryceo
Excursionist
54 0 6

My current product page; variants, price, product name etc, star ratings are currently centred. How can I change this to the being all aligned left?

 

shanagarryceo_0-1680035262578.png

 

Replies 2 (2)

PageFly-Victor
Shopify Partner
7865 1786 3121

Hi @shanagarryceo ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
@media (max-width: 767px){
.product__info-wrapper.grid__item * {
    text-align: left !important;
}
}
</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

GemPages
Shopify Partner
5625 1262 1264

Hello @shanagarryceo ,

 

It's the GemPages Support Team and we are glad to assist you today!

 

I would like to give you the recommendation to support you so kindly follow the steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

GemPages_0-1680053572147.png


2. Open your theme.liquid theme file


3. Paste the below code before </head>

<style>
@media (max-width: 767px){
 .product .product__info-wrapper.grid__item * {
    text-align: left !important;
 }
}
</style>

 

Let us know how it works for you.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center