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
Hi,
To resolve this issue, you can add the following code to the style.css file:
.entry-content ul { margin: 0; }
Hope this helps !
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.
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/
To resolve this issue, you can add the following code to the style.css file:
.entry-content ul { list-style: disc; }
Hope this helps !
Please login or Register to submit your answer