How can I adjust the red content to 1000px on my product page?

How can I adjust the red content to 1000px on my product page?

skai
Excursionist
15 0 3

Does anyone know how can i can make only the red content to 1000px? because I changed store page width to 1600px but product page looks better in 1000px.

site: https://dleofficial.myshopify.com/

password: dle

23432432.png

Replies 4 (4)

GemPages
Shopify Partner
5625 1262 1279

Hello @skai 

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1672889577615.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1672889644970.png

{%  if template contains 'product' %}    
<style>
.page-width {
    max-width: 1000px !important;
}
</style>
{%  endif %}

I hope the above is useful to you.


Kind & 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
skai
Excursionist
15 0 3

Yes friend but this changes the postion of e search icon and shopping cart, is it possible to change content only?

234234.png

skai
Excursionist
15 0 3

friend could you reply pls :-:

skai
Excursionist
15 0 3

somebody help :-: