Solved

Expanding width on product page Startup theme

HarryNguyen
Visitor
3 0 1

Hi everyone, 
I want to expand the width of my product page, I am using Startup theme. 
Is there any way that I can do that, please? 
Thanks in advance! 

Accepted Solution (1)

LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Hi @HarryNguyen,

Please follow these steps:

- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.css and paste this at the bottom of the file:

.template-product .main-content{
max-width: 1200px !important;
}

Hope it helps!

If my answer can help you solve your issue, please mark it as a solution. Thank you and good luck.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Replies 3 (3)

Kinjaldavra
Shopify Partner
2302 570 1422

hello @HarryNguyen 

can you please your shop url and if any password then please sahre your shop password

LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Hi @HarryNguyen,

Please follow these steps:

- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.css and paste this at the bottom of the file:

.template-product .main-content{
max-width: 1200px !important;
}

Hope it helps!

If my answer can help you solve your issue, please mark it as a solution. Thank you and good luck.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
HarryNguyen
Visitor
3 0 1

Thank you very much. I have solved it.