Bruce Reyes-Chow
asked 9 years ago

This has always bugged me a bit. When I use the bulleted list, the indents are all funky. On other themes, the indent on the second line stayed aligned to the text and not the bullet. Is there a way to fix this?

Example: http://www.reyes-chow.com/2015/01/questions-to-ask-a-pastor-search-committee/

Thanks

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:
.entry-content ul { margin: 0; }
Hope this helps !

breyeschow
replied 9 years ago

Not quite what I need. I still like the margin indent, but if the sentence wraps to the second line, I want the second line to indent so it lines up with the text to in the first line. Right now the second line wraps and lines up with the bullet.

So rather than this:

  • text text text
    text text text text

I want this:

  • text text text
    text text text text

That makes sense?

Thanks for the help.

breyeschow
replied 9 years ago

Dang, in my comment it auto-corrected the first one to be the way is should look. You can still see on this post: http://www.reyes-chow.com/2015/01/questions-to-ask-a-pastor-search-committee/

dominic Staff
replied 9 years ago

To resolve this issue, you can add the following code to the style.css file:
.entry-content ul { list-style: disc; }
Hope this helps !

Powered by DW Question & Answer Pro