Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Add margin to a specific unordered list Reply To: Add margin to a specific unordered list

#147390
Paulie_D
Member

If you want the list items spaced then

ul.awesome-list li {
margin-bottom: 20px; <== your number here
}