!important worked!!!!!!!!!
Thanks a lot!!!!
I added the following code and partly fixed the problem (menu and navigation wrapper are of one size now), but the script doesn´t accept the new height of .home-icon.icon-active, which remains too big. Why can´t I overwrite the size!?
.home-icon.icon-active {
margin-top: -4px;
height: 37px;
}
.desktop-menu.clearfix {
height: 37px;
}
.main-navigation.clearfix {
height: 37px;
}
If I use analyze Tool it shows me:
.home-icon.icon-active {
margin-top: -4px;
height: 52px;
}
But I don´t know where to find the element. It doesn´t show up in style.css
Thanks for your help, but it didn´t solve my problem. O.o
Thnx a lot!
I used
.header-latest-posts {
display: none!important;
}
It worked!! 🙂