How to indent list items using CSS when you have floating blocks?
Just add ul { list-style-position: inside; }
because by default it is set to outside, not sure why.
I think you probably need to change the list style position to inside
.
Just add ul { list-style-position: inside; }
because by default it is set to outside, not sure why.
I think you probably need to change the list style position to inside
.