I hate it when you have a list item that wraps around but the text doesn’t indent to match up with the text after the dot. Here’s how to fix that:
ul > li { display: table-row; } ul li:before{ display: table-cell; }
Hope this helps!
Decoding the Secrets of WordPress
I hate it when you have a list item that wraps around but the text doesn’t indent to match up with the text after the dot. Here’s how to fix that:
ul > li { display: table-row; } ul li:before{ display: table-cell; }
Hope this helps!
Leave a Reply