Bulleted List Indenting

Posted in: Newsmag
Post count: 22

Hi, I have seen a few posts in the forums here with people having the same issue as I do, but no solutions.

The Newsmag bullet points are not formatting as normal. The second and subsequentl lines of the list are not indented to align with the first letter of the first line. See screenshot. https://www.dropbox.com/s/2ld4yba8krx8r0p/Bullets.png?dl=0

Where and how can this be fixed?

Post count: 35449

Hi,

This is the way that is using WordPress the list -> https://i.imgur.com/zbKFywD.png

Thank you for your understanding!

Post count: 22

Sorry, so you’re saying there’s no way to make it align properly? Not even with extra CSS?

Post count: 35449

Hi bjames1000,

Yes, with an extra css you can achieve this, the css that you can use is this one -> https://i.imgur.com/5wp8mwU.png
.td-post-content ul {
list-style-position: outside;
}

You need to set it in theme panel> custom code> custom css.

Hope this will help you!
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.