hey,
how i can reduce the space between two categories in the main menu.
http://www.screencast.com/t/mwFiIzGEZ
Sorry for hitchhike, but I´ve the same Question.
My Menue is to long and it would be nice to compress it.
Here iss one screenshot

If the “icon-menue-down” inside the red squares has been eliminate, it could be better. Also the “header-search-wrap”.
In the css did I have set both to “display: none” but it have no influence of the space.

What can whe do?
Greetings
Achim
Sorry for hitchhike, but I´ve the same Question.
My Menue is to long and it would be nice to compress it.
Here iss one screenshot

If the “icon-menue-down” inside the red squares has been eliminate, it could be better. Also the “header-search-wrap”.
In the css did I have set both to “display: none” but it have no influence of the space.

What can whe do?
Greetings
Achim
Hello Catalin,
OK, here is the Link to my Testspace.
http://www.aktiplan.de/neu/
Thank´s for chacking.
Greetings
Achim
Hello Achimzwo,
I have checked your website and I try to make a quick CSS for aligning your main menu. Please try the code below and place it in Theme panel->Cusotm CSS area.
.sf-menu a.sf-with-ul {
padding-right: 5px;
}
.header-search-wrap {
display: block!important;
}
.td-header-menu-wrap-full{
height:initial!important;
}
The result -> http://screencast.com/t/7NSNLseT
Thanks for your understanding!
Hello Achimzwo,
I hope that you want to display and the search icon and that’s why I gave you this code ->
.header-search-wrap {
display: block!important;
}
Please ignore it or delete if you add it in your custom CSS Area and the search icon will be hidden.
Thanks.