Hi there,
I’m trying to wrap the text of the product description, so I don’t have to scroll way to the right to read everything.
Here is a link to an example:
https://alutiiqmuseum.myshopify.com/products/traditions-4th-ed?_pos=1&_sid=88fb81efd&_ss=r
Hi there,
I’m trying to wrap the text of the product description, so I don’t have to scroll way to the right to read everything.
Here is a link to an example:
https://alutiiqmuseum.myshopify.com/products/traditions-4th-ed?_pos=1&_sid=88fb81efd&_ss=r
Go to Online Store
2) Edit Code
3) Find base.css file
Hi @kferreira72
I have written CSS that targets the product description section.
Follow these Steps:
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Hello @kferreira72 ,
I understand you are looking to minimize the space of product description, so your visitors will not have to scroll for reading the complete description.
Please add the below mentioned code of getting this desired output → https://prnt.sc/_zfa2VAxMaVB
Steps -:
Go to Online Store → Themes → Click on Three dots(Action) → Edit code.
Search for the theme.liquid file and open it.
Next add the below mentioned code at the bottom of the theme.liquid file before tag.
I hope the code helps you.
Please let me know if you have any query or need further assistance.
Thank you.
This worked! Thank you!