Home › Forums › Support › Vertical space between list items This topic has 3 replies, 2 voices, and was last updated 10 years, 3 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 7, 2016 at 4:19 am #192442 Enrico Good morning, This code should insert a space between lines in the list but there is not space. How I could have space between lines in the list? <ol> <li>È meglio</li> <li>Consiglio/li> <li>Non dimenticarti</li> </ol> I have tried this but no space added. <ol> <li style="margin-bottom:20;">È meglio</li> <li style="margin-bottom:20;">Consiglio/li> <li style="margin-bottom:20;">Non dimenticarti</li> </ol> May 7, 2016 at 10:17 am #192512 TomLead Developer Lead Developer Try this CSS: ol li { margin-bottom: 20px; } May 8, 2016 at 4:26 am #192651 Enrico Thanks a lot Tom! I discovered your new plugin Simple CSS too and is exactly what I needed, a Css customizer in each page! Enrico May 8, 2016 at 10:39 am #192704 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In