SyntaxFix
Write A Post
Hire A Developer
Questions
One way is using the immediate selector and negative margin. This rule will select a list right after a paragraph, so it's just setting a negative margin-top.
p + ul { margin-top: -XX; }