Answer the question
In order to leave comments, you need to log in
How to change the line spacing in a list?
Good day, shapers!
Does anyone know the answer to the question how to change line spacing in a list?
Screenshot attached
Website on Joomla 1.5
autob-u-msk.ru
Answer the question
In order to leave comments, you need to log in
The line-height property is responsible for the line spacing.
But I suspect that you want to change the spacing between the list items themselves. As an option, you can do this:
Set the desired selector yourself.
autob-u-msk.ru/templates/auto2_1_fianl/css/template.css line 1591.
Learn DevTools.
change the line-height here:
.art-post li {
padding: 0 0 0 13px;
line-height: 1em;
}
Line spacing - same as everywhere else, line-height.
But I suspect we are talking about indentation between paragraphs, then:
li + li {
margin-top: 10px;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question