Hello,
I got my accordion built (pro version of plugin) but I can't get any list "bullets" to show. It appears the standard list tags (<ul>,<li>, etc) aren't working at all when the content is inside the accordion.
Here's one example of an accordion that has a list in it but the content isn't showing as a list (but does show as a list when outside the accordion)
Why is the formatting being blocked and how do I fix this so my lists show up as lists on the public facing side?
Please Help
Ok, yes, this is strange: I still don't see them in Chrome but I do see the bullets when I view the same page in Internet Explorer and Firefox. What could be blocking them from showing in Chrome browser? (most people use Chrome these days so I need to figure this out).
Thanks!
Ok, yes, this is strange: I still don't see them in Chrome but I do see the bullets when I view the same page in Internet Explorer and Firefox. What could be blocking them from showing in Chrome browser? (most people use Chrome these days so I need to figure this out).
Thanks!
Ok, yes, this is strange: I still don't see them in Chrome but I do see the bullets when I view the same page in Internet Explorer and Firefox. What could be blocking them from showing in Chrome browser? (most people use Chrome these days so I need to figure this out).
Thanks!
Ok, yes, this is strange: I still don't see them in Chrome but I do see the bullets when I view the same page in Internet Explorer and Firefox. What could be blocking them from showing in Chrome browser? (most people use Chrome these days so I need to figure this out).
Thanks!
Ok, yes, this is strange: I still don't see them in Chrome but I do see the bullets when I view the same page in Internet Explorer and Firefox. What could be blocking them from showing in Chrome browser? (most people use Chrome these days so I need to figure this out).
Thanks!
Welcome to our forum,
accordion content styling should come from your current theme style.css for content.
http://imgur.com/a/GHehd
Please check this screenshot (ul>li) list style not showing because your theme not defined that.
http://imgur.com/a/01dPi
you can add following CSS to display bullets
ul li {
list-style: inside none disc;
margin-bottom: 5px;
}
Regards
I can see following property is working on chrome Please read here (list-style-position: inside;) http://stackoverflow.com/questions/32775662/list-style-image-not-working-properly-in-chrome