Hi. on my product page( on every product) description part is fixed to the right collum and I can’t move it to the center. The issue is I want the blue part to be on the red box. Also want to expend the text area so it can be more user-friendly. Because right now the readability is not good, can you guys help?
Hello,
Can You Please Share Your Store Your I Will Check and Provide Proper solution
Hi @PeriSkin
You can go to Online-> theme → customize → select product page → check if it have an setting here. If you can’t find out anysetting here. Could you share content of sections/main-product.liquid file? I will help adjust code.
Hmmm, this looks like a CSS issue. Would you be able to post the link to your site so we could inspect the CSS?
thanks
thanks.
The short answer: You cannot do that with how your product.liquid file is laid out.
Long Answer: You should be able to move the description to a new section and move that below the Product image and product details section. This is a multi-step process and if @EBOOST can help, that would be great. If not, I can help when I wake up. I’m about to head to bed.
Hi @PeriSkin
May I suggest to update code these steps:
- Go to Store Online-> theme → edit code
- Sections/main-product.liquid
- Add code below to bottom of file
{{ product.description }}
- Go to Store Online-> theme → customize
- Default product → hide description
wow you are amazing. it worked, thank you so much



