Hi there,
I've managed to get myself quite confused here!
On this website: https://www.drb-holding4.co.uk/index.php
The text at the very top "Get out of hours NHS support on: 111. Call 999 if you think you are having a stroke", is a paragraph in a div with the ID #t4-top-bar.
Why can't I target this in my custom stylesheet with:
#t4-top-bar p {
margin-top: 0.5;
margin-bottom: 0.5;
}
I thought this was ok, but these margins are overwritten by a .scss file. I think.
Help?! 🙂
Dave.