Ordened list on the front-end not visible
Elegant Joomla template designed especially for both professional and personal website presentation.
- GK User
- Tue Mar 26, 2013 3:40 pm
I use JCE as the editor at the back-end. When i use a ordened list in the editor everything is OK. But on the front-end its not visible. Is there a locked css file for this ordened list in the template of Postnote?
Eric
Eric
-
- Fresh Boarder
- Konrad M
- Wed Mar 27, 2013 10:34 am
Hi,
can you give us url to your website with this issue ? It will be much easier to help you.
can you give us url to your website with this issue ? It will be much easier to help you.
- Konrad M
- Thu Mar 28, 2013 10:17 am
I see that you add some code and now is working. To have this code for all lists in article section please add to override.css
and remember to enable override.css option in template settings.
- Code: Select all
.article-content ul {
list-style-type: disc;
}
.article-content ul li {
list-style-position:inside;
}
and remember to enable override.css option in template settings.
4 posts
• Page 1 of 1