No bullet points in wysiwyg

when i try to add bullet points in the editor to a product description it shows as im editing it but when i view the product page the list is just a list.

no bullets or indents.

HELP PLEASE !

im guessing this is a CSS issue

2 answers

Profile photo of thangnn1510 0.00 $tone May 26, 2011
Public

You should fix this bug by adding this code:

.ja-tab-content ul{
padding:12px;
}

.ja-tab-content ul li{
list-style-type: disc;
}

to the end of skin/frontend/default/jm_oganis/css/theme.css. I have reported this bug. We’ll fix for the quickstart soon.

#1

This question is now closed

Written By

Comments