How can I reduce space between menu item

Posted in: Newspaper
Post count: 2

Please help me.How can I reduce space between menu item .

Post count: 22421

Hi,

The space between menu items can only be reduced with custom css as the theme has no settings for it. You can try this code:
.sf-menu a.sf-with-ul{
padding-right:12px!important;
}
.sf-menu > li > a{
padding:0 10px!important
}

Thank you!

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