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! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
@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
- Go to Online Store->Theme->Edit code
- 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;
}
}