The text describing the product does not preserve the formatting in VirtueMart.
You can see the attached images.
In particular, the bullet is lost.
How can I keep the same formatting set using the text editor ?
Thanks
teitbite wrote:Hi
Can You please show me the exact page where this decsription is visible ?
div.product-description ul li {
list-style: disc inside none;
padding-left: 15px;
}
teitbite wrote:Hi
Add this code to css:
- Code: Select all
div.product-description ul li {
list-style: disc inside none;
padding-left: 15px;
}