Hi @starpaint
Please follow these steps
- Replace their Custom Liquid code with the following:
{{ product.description }}
Result: https://prnt.sc/k_oB6U3YF-mz
- Use the following code to fix the issue on mobile:
@media screen and (max-width: 768px) {
.product:not(.product--no-media):not(.featured-product) .product__info-wrapper {
max-width: 100% !important;
padding-left: 0 !important;
}
}
Result: https://prnt.sc/Z30BwIacPxyN
I hope this helps
Best,
Daisy