This just blows my mind, all of the regular bullet lists I have in my normal Joomla articles are not showing.
All because of this in the main template.css file.
ul, ol {
margin: 0;
padding: 0;
list-style: none;
}
I can't just add padding and margin to it because it effects everything on the site, including the novigation bar. Why wouldn't the template have its own custom class of bullets this way NORMAL bullets can be used in an article?
This is beyond frustrating.
John