Reduce space to link "main menu"

Posted in: Newspaper
Post count: 2

hello,
i have mani link to main manu and want it on single line.
How to reduce the padding in main menu?

thanks

link of my website is: http://ragusatelegraph.it

Post count: 23312

Hello danielegenovese,

If you want to decrease the space between the menu items, you will have to use a bit of CSS code to do it. Please try the code below and pace it in Theme panel->Custom CSS area.

The code is ->

.sf-menu > li > a {
padding: 0 10px;
}

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

Thanks for your understanding!

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