Stiky menu

Posted in: Newspaper
Post count: 25

How can I reduce the distance of the menu items in the Stiky menu?
The menu should not appear in two rows.

Best regards

Post count: 20688

Hi,

It would be helpful if you could provide a link to your website or some details, for a more accurate solution. I could give you a code to reduce the padding between menu items (the default is 14px)
https://www.screencast.com/t/1Zb6M9d7Uzcg

.td-header-main-menu .sf-menu>li>a {
padding: 0 12px;
}

You can enter this code in Theme panel->Custom CSS section.
Or maybe you could stretch the header menu to create more space, if there are many items in it
https://www.screencast.com/t/7TJMrXzilI7

Thanks

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