Placement of logo header

Hi,
I would like to put logo header a little bit higher than now - right under the line of sub-pages. How can I make it?
My webiste: http://szycietobajka.com

Thank you.
Regards,
Iza

Hi Iza,

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-top: 0;
}

Best Regards,
Movin

Thank you Movin, It worked :slight_smile:

You are most welcome here :slight_smile: