List not showing the bullets - Joomla! Forum - community, help and support
hi
i struggling show list , pointers gratefully appreciated.
i have list in article module , cannot see bullet points inside joomla article jce editor, nor in browser.
any ideas doing wrong?
within css have following:
ul li {
list-style: none outside none;
list-style-type:circle;
}
thank you
caroline
i struggling show list , pointers gratefully appreciated.
i have list in article module , cannot see bullet points inside joomla article jce editor, nor in browser.
any ideas doing wrong?
within css have following:
ul li {
list-style: none outside none;
list-style-type:circle;
}
thank you
caroline
that line of css, "list-style: none outside none;" root of problem. it's telling website not show list elements bullets. if switch "list-style: disc outside none;", should help. might possible need add left padding "ul li" class give enough space circular bullet points on left. otherwise though, should it.
Comments
Post a Comment