Hi there,
I would like to change the width of just the product pages to 1000px without changing the width of the whole theme.
My there is Dawn.
Website url: www.vengastore.com
Can I do using the Custom CSS section in Shopify?
Thanks!
Hi there,
I would like to change the width of just the product pages to 1000px without changing the width of the whole theme.
My there is Dawn.
Website url: www.vengastore.com
Can I do using the Custom CSS section in Shopify?
Thanks!
Hey @miltokas
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
{% if template == "product" %}
{% endif %}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed