Answer the question
In order to leave comments, you need to log in
Spacing between list items?
iempire.ru/untitled.html
Why do indents appear between inline elements? How to remove them?
margin: 0, display:inline-block don't help in any way.
It is not recommended to use float...
Answer the question
In order to leave comments, you need to log in
If you want to keep the code readable, you can set the ul to font-size:0 (and maybe something else in the same category) and restore it for the li.
On average, a gap at 12-13 points is 4 pixels, and I usually do a margin-right: -4px. It also helps everywhere.
Instead of:
<ul>
<li>Something text 1</li>
<li>Something text 2</li>
</ul>
<ul>
<li>Something text 1
<li>Something text 2
</ul>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question