Header Image - Increase Padding below Menu Bar

Hi,

On my website - http://coffeeandconfetti.me/ - I would like to add some padding to the top of the header logo image, to add white space below menu bar.

Thanks

Hi Fiona,

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 -> Activello Options -> Other -> Custom CSS

#logo {
    margin-top: 15px;
}

Please change the value 15px in the above code to increase or decrease the padding.

Best Regards,
Movin

Thanks movin!

You are most welcome here :slight_smile: