The text describing the product does not preserve the format

GK User
Sun Feb 12, 2012 8:30 pm
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
User avatar
Fresh Boarder

teitbite
Sun Feb 12, 2012 9:03 pm
Hi

Can You please show me the exact page where this decsription is visible ?
User avatar
Moderator

GK User
Sun Feb 12, 2012 9:12 pm
teitbite wrote:Hi

Can You please show me the exact page where this decsription is visible ?


http://demo.gavick.com/joomla16/jan2012 ... egory_id=8
User avatar
Fresh Boarder

teitbite
Sun Feb 12, 2012 9:21 pm
Hi

Add this code to css:

Code: Select all
div.product-description ul li {
    list-style: disc inside none;
    padding-left: 15px;
}
User avatar
Moderator

GK User
Tue Feb 14, 2012 10:04 pm
Thanks ! Now It is OK !

teitbite wrote:Hi

Add this code to css:

Code: Select all
div.product-description ul li {
    list-style: disc inside none;
    padding-left: 15px;
}
User avatar
Fresh Boarder

teitbite
Wed Feb 15, 2012 12:15 pm
Hi

No problem. Glad I could help.
User avatar
Moderator


cron