My description is fixed to the right and I cant center it. Theme is Studio

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?

@PeriSkin

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:

  1. Go to Store Online-> theme → edit code

  1. Sections/main-product.liquid
  2. Add code below to bottom of file

{{ product.description }}

  1. Go to Store Online-> theme → customize

  1. Default product → hide description

1 Like

wow you are amazing. it worked, thank you so much