Bullets and Centering in WordPress

Hello,

Thank you for such a wonderful theme. Keep up the great work!

I made a full width page with some content that has bulleted text. Whenever I try to center the content, the bullets do not center with the text. The bullets stay to the left, but the text goes to the center.

Please tell me a solution for this.

Thank you in advance,

Ernie

Ernie,

Add this CSS to Theme Options - Other - Custom CSS

.entry-content li {
    list-style-position: inside;
}

This way bullet points will be right next to the text. This code will apply to all posts/pages on your website. If you need special behavior for only this one page, please let me know but then I will need to see your website URL, so I can help to to target that page by its ID.