Just some feedback, with the current value of “padding-top”, it seems to increase the padding at the top. This happens whether the Business Profile is displayed or not. And, if the value is changed to zero, there is no effect on in the padding.
I’m thinking, this wasn’t the effect the code is supposed to have?
You’re right, this code adds padding above the title, so I’ve changed the title for this code. If you’d like to reduce spacing above the title, you should replace padding-top: 20px !important; with margin-top: -10px !important;