I am using Fancy Unordered List in many places across my website for archives of articles etc, and it is a bit tough to distinguish each separate line item, particularly on mobile (see screengrab).
Could you supply some custom CSS to increase the line spacing between each bullet point item in the Fancy Unordered List formatting?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
.nectar-fancy-ul ul li {
line-height: 28px !important;
}
Hi,
I am using Fancy Unordered List in many places across my website for archives of articles etc, and it is a bit tough to distinguish each separate line item, particularly on mobile (see screengrab).
Could you supply some custom CSS to increase the line spacing between each bullet point item in the Fancy Unordered List formatting?
Many thanks!
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team