Hello,
I am having trouble with getting simple css to work on certain text elements.
It used to work just fine, but since one of the major updates, it no longer does.
Ive tried adding the css to the text element, and also to the page and global css - with no luck.
I am simply wanting to add extra bottom margin on li’s, and less bottom margin on general p.
for the li, I have used:
$el ul li {
margin-bottom: 10px;}
or on page and global:
.intro-list li {
margin-bottom: 10px !important;
}
page in question:
https://jeffcarreira.com/
Your help is appreciated.
Thanks