so I have CSS for changing the space after items in the Fancy Unordered List element:
.nectar-fancy-ul ul li {
padding-bottom: 10px!Important; }
but I only want it to apply to SOME of my lists. I can't add an extra class to the Fancy Unordered List element, so I'm wondering how to go about this?
so I have CSS for changing the space after items in the Fancy Unordered List element:
but I only want it to apply to SOME of my lists. I can't add an extra class to the Fancy Unordered List element, so I'm wondering how to go about this?
Hey Again,
You can add a Extra Class to the Row or Column that has the fancy list and then add that extra class in the css selector like this :
Thanks
ThemeNectar Support Team