Too much white space in header area and menu

Hi again,
My second problem is that there is suddenly too much white space in the header area and in the menu. Is there any way to make the white space above and below the menu words more narrow? The same with the logo. Can I make the white areas above and below the logo more narrow?
Thank you very much for your help
Alex http://www.livelifegreen.de

Hey there,
I hope you’re doing well today

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*/
#logo {
    padding: 0px 0 0 0;
}
/*menu padding*/
.navbar-default .navbar-nav> li> a {
    padding: 4px 8px;
}
/*menu height*/
.navbar.navbar-default{
  height:40px
}

Best Regards,
Support

Hello and good morning,
Thanks a lot! That helped. But now the Search widget is not aligned any more. http://www.livelifegreen.de
I hope you can see that at my page. Maybe you could tell me how to aligne that again?
Thank you so much and all the best
Alex

You can align it using below custom CSS code.

#page .nav-search {
    padding: 5px 0 0;
}

Hi Movin,
I’m so sorry for all my questions today, but all of a sudden some of my layout seem to different than yesterday.
Thank you for the code. The search widget is aligned again, but unfortunately it still looks wired on the mobile. Now the three lines of the menu botton are below the grey line. Don’t know why.

All the best and thank you!
Alex

Could you please share me the screenshot of your mobile issue?

Hi Moin,
Of course. See attachment.
Thanks for your precious time and all the Best.
Alex

To align the navbar toggle, try using the below custom CSS code.

#page .navbar-default .navbar-toggle {
    margin-top: 5px;
}

Dear Movin,
Perfect! Thank you sooooooooo much!
And I love the activello theme. It’s gorgeous!
All the Best
Alex

You are most welcome here :slight_smile: