Header Padding

Hi, I would like to add about 5px of padding between my header image and my menu. I am hoping to have it color: #141216 .
My website is www.thegayglobetrotter.com
Is there an easy way to do this? Thank you!

Hi @baileymills802,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#logo {
    padding-bottom: 5px;
}

Best Regards,
Movin

Perfect, just what I was looking for thanks!

You are most welcome here :slight_smile: