Position Logo underneath menu bar

Hey guys.

Thank you so much for the theme and the support! :slight_smile:

Today I got a specific problem. I created a logo, which should be positioned right underneath the menu (or nav) bar, so that the design fits onto the menu. Hope you understand what I mean :smiley:

I tried it with the following code

header#masthead {
    margin-top: -40px;

But then i get the problem, that it disappears in tablet and mobile view… So i just wanna stick the Logo to the navbar, aswell as in desktop/tablet/mobile version.

My site: www.honeybehappy.de

Thanks in advance!

Hi @honeybe,

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


div#logo {
    padding-top: 0;
}

Best Regards,
Movin