Spacer between menu items

Posted in: Newspaper
Post count: 68

How do I add space between menu items as I can’t seem to figure it out.

Thanks

Post count: 23312

Hello

Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

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

The result you should see here -> http://screencast.com/t/6JXWtRYT

Thanks.

Post count: 68

Thanks for that, although when I use full width. How do i make the menu items closer together (there is only 4 and they are quite far apart) as that code doesn’t work you sent.

Post count: 68

I figured it out, for anyone else with this issue – add the following to custom css:

.main-nav > li > a {
padding: 4px 10px 4px 10px;
}

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