reduce space between two categories

Posted in: Newspaper
Post count: 33

hey,
how i can reduce the space between two categories in the main menu.
http://www.screencast.com/t/mwFiIzGEZ

Post count: 23312

Hello Noob,

Please provide your website URL so I can inspect it closer and also, so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 33

sorry Catlin but the website is not live yet so i can’t give you the URL.

Post count: 48

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
Head
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.
Head

What can whe do?

Greetings
Achim

  • This reply was modified 10 years by Achimzwo.
  • This reply was modified 10 years by Achimzwo.
Post count: 48

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
Head
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.
Head

What can whe do?

Greetings
Achim

Post count: 23312

Hello Achimzwo,

If you need an accurate code, please keep in mind that to do that is require for your website URL so I can inspect it closer, right?

Thaks for your understanding!

Post count: 48

Hello Catalin,
OK, here is the Link to my Testspace.
http://www.aktiplan.de/neu/

Thank´s for chacking.
Greetings
Achim

Post count: 23312

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!

Post count: 48

Hi Catalin,
it runns perfect !!! Thanks alot,
but how can I eliminate the search-wrap?

Greetings
Achim

Post count: 23312

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.

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.