How can I adjust product page text to full width in Palo Alto theme?

Hi there

Just purchased Palo Alto (not published yet) and wanting to have product page text full width rather than right hand side only.

I’ve found a few solutions for other themes, but none of them have worked on this one.

Is anyone able to help me out please?

Thank you.

1 Like

@BonzaDogTreats - can you please share your website link? we may need to edit the code by taking description from right side to the bottom of the page.

@BonzaDogTreats

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Preview link https://5d47655qihijg0v5-14366236.shopifypreview.com

Preview link https://5d47655qihijg0v5-14366236.shopifypreview.com

@BonzaDogTreats - it will look like this on desktop

Thanks but that’s not what I’m seeing in preview?

1 Like

@BonzaDogTreats - it will not be visible in preview now as we have not edited the code, if we edit the code then it will look like the screenshot I sent

@BonzaDogTreats

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 1024px) {
.product__description.rte {
    position: relative;
    width: 70vw;
    margin-left: -147vh;
    margin-top: 220px;
}
}