Hi there, I recently had to delete and re-add a product, but the text is all stretched vertically, and not aligned normally.
Here is the new - https://withlukestudios.com/products/lightroom-masterclass
Here is how it looked before - https://webcache.googleusercontent.com/search?q=cache:PhtDNVTRvR0J:https://withlukestudios.com/products/lightroom-masterclass&cd=2&hl=en&ct=clnk&gl=de
Please could someone assist how I fix that?
Hi @WithLuke ,
You can check these steps:
- Open section->product-template.liquid file and find below code:
{{ product.description }}
Now find below line
And go to end of this
and move 1st step code just above this
I hope this helps.
Hi there, I am in the product template liquid file but I do not see the itemprop description line, this is the only line that comes up ins search for product-single_description:
div class=“product-single__description rte”>
{% render ‘product-description-tabs’, product: product %}
Not sure how to find the one you mentioned.
Hi @WithLuke .
This is PageFly - Advanced Page Builder.
You can go to Online store => themes => actions => edit code and add this code on file theme.css
.product-single__description rte{
width: 510px !important;
}
Or
.easytabs-text{
width: 510px !important;
}
Hope this helps.
Best Regards;
Pagefly
Hello, thanks so much! this worked but there is then an indent on the text, and it messes up the mobile view. Do you know what else I could try?