Tagged: icon list, line spacing
I have set-up multiple icon lists using “Minimal Small List” but would like to space each line a little further apart (see below). How would I identify and code that in the Quick CSS.
Thanks.
Hi advteksol,
Could you post a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Here’s the info you requested.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-2220 .av-iconlist-small li {
margin-bottom: 10px;
}
If you would like to apply the changes globally, please remove “.page-id-2220” from the code
Best regards,
Yigit
Thanks, that works perfectly!