On one of my pages, I added the following to the content css to decrease the spacing between a paragraph and the unordered list that follows it. I’d like to make that change globally. What is the css that I would need to use?
p + ul {
margin-top: -2em;
}
website: https://livewellmobility.com
sample page with fixed list: https://livewellmobility.com/elevators-and-lifts/
Thank you kindly!
