Hi Kyle.
I adapted this CSS solution for bullets within a Team Member AJAX biography, and it works fine in Safari and Firefox, but in Chrome there seems to be some extra padding to the right of the disc icon.
The CSS I used was:
/* ——————————————–
BULLETS
——————————————– */
.entry-content li {
list-style: inside disc;
text-indent: -1em;
padding-left: 1.3em;
}
Take a look at this side-by-side screenshot of Safari (Left) & Chrome (Right).
Can you supply CSS that will work across all browsers?
Cheers,
Mark
Attachments:
You must be
logged in to view attached files.