We're in the same boat too. The source of the bullet list element centering is coming from the user agent stylesheet.
li { display: list-item; text-align: -webkit-match-parent; }
Our fix was to add a CSS rule to the footer of the page that changes the text-align from match-parent to initial.
I don't believe we have any customization for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When you highlight the bullets in edit mode, do they show up as being left-justified in the formatting bar?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kathleen,
It usually happens because of some customization on your Confluence side. Check if there any CSS created for your Confluence on Confluence Admin > Stylesheet and Confluence Admin > Layout. You might have already some code that's causing this, or you might force the bullets to be left by using a new CSS (in case you don't have customizations to be changed).
Here is an example that might help: http://stackoverflow.com/questions/9018686/how-can-i-make-a-centered-left-aligned-variable-width-bullet-list-with-css
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.