Re: Change width of product page alone

How can I adjust the width of a single product page to 1200PX?

mystore123d
Excursionist
17 0 5

Hello experts,

 

Please help me change the width of the product page alone to 1200PX

 

I don't want to change other pages.

 

I'm using a third party theme.

 

Here's the page URL: https://ae7201.myshopify.com/products/prime-apex-blue-racing-sweatshirt

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
8485 2027 2487

Hi @mystore123d 

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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

{% if template == 'product' %}
<style>
.container {
    max-width: 1200px;
}
</style>
{% endif %}

 

And Save. 

 

 

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

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

PageFly-Oliver
Shopify Partner
878 190 182

Hi @mystore123d 

 

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

 

{% if handle contains 'product' %}
<style>
#PageContainer .container {
    max-width: 1200px;
}
</style>
{% endif %}

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.