Hi
I'll add bullets into my article, preview looks fine, but on the frontend they do not display. I've installed the JCE extension thinking that would solve my problem, but it has not.
Any suggestions?
ul li {
list-style-position: inside;
padding-left: 2px;
}
Konrad M wrote:PanosSud can you give us url to your site?
ul li {
list-style-position: inside;
padding-left: 2px;
}
ul li {
list-style-position: inside;
list-style-type: disc;
padding-left: 2px;
}
.articleContent ul li {
list-style-position: inside;
list-style-type: disc;
padding-left: 2px;
}