Blog post formatting not appearing
The formatting was working fine for dozens of posts, but now when I create a new post the formatting (e.g. Bulleted or Numbered lists) is there in visual editor but does not display when I preview or publish.
I am typing in directly, no cut and paste. I am on Windows 10, Chrome, WordPress 4.8.
The theme is a child theme of Cherry.
This is a sample
https://www.woofadvisor.com/blog/formatting-test/
Thanks, Gerry
PS
Additional CSS
@anevins Tried your suggestion above re additional css with no success
I had previously added this to Appearance – Customize – Additional CSS
}
.entry li { list-style-position: outside; }
.panel ul {
list-style: disc;
}
I then replaced it with
.panel ul {
list-style: disc;