Main Menu – want to reduce space between each item

Posted in: Newspaper
Post count: 3

Hello.

I have a question about the Main Menu.
I have 11 items in the Main Menu and I want to reduce the space between each point.
Is it possible to delete the ^ after each menu point ?
Or does anybody have another solution for me?
I don´t want to use the font in 2pt 😉

Kind regards, Jan.

Post count: 22421

Hi,
Please provide a link to your site so I can inspect it.
Thank you!

Post count: 3

Hello.
I don’t have my new site online because it’s not 100% ready.
I Need just One more item in the Main Menu and dont want a second row.
(Picture of my main menu is attached).
Is ist possible to delete the search function in the main menu?

Main Menu

Post count: 20688

Hi,

That pointing down arrow is an indication that the respective menu item is a mega menu. You could remove them with a code like this – https://www.screencast.com/t/5BinHrCpef or you could reduce the padding between the menu items like this – https://www.screencast.com/t/P4mY0kdY
These are the codes used in the example for the icon removal

#td-header-menu .td-icon-menu-down {
display: none;
}

And this for the padding reducing

#td-header-menu .sf-menu > li > a {
padding-right: 10px;
}

Each or both must be entered in Theme panel->Custom Css – https://www.screencast.com/t/UgF19q3PxS
Please note that if you choose to update to the latest version, there is an option to stretch the header menu – https://www.screencast.com/t/WkfKkTBte so in the case of having more menu items there will be more available space.
The changelog for the latest update can be seen here – https://themeforest.net/item/newspaper/5489609

Thanks

Post count: 3

Thanks a lot.
I’m just in Version 7.7.1
I will try ist with your suggestions.

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