• snp_85

    (@snp_85)


    How I decrease space between menu items?
    I remember that it was some css code.

    http://postimg.org/image/jywablssx/

    I’ve added some more items to the menu, and it gone to a second row.
    Decreasing font size is not my option.

    So, as you see in the image I’ve got plenty of space before menu starts, so may be that could an option also.

    How do I fix it?

Viewing 1 replies (of 1 total)
  • Kevin

    (@jx-3p)

    Try using this CSS. Place it in Appearance> Theme Options> Advanced Settings.

    .sf-menu li a {
        padding-right: 2px;
        padding-left: 2px;
    }

    Let me know if it works. If not, then post a link to your site and I’ll come up with something that works for sure.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘space between menu items’ is closed to new replies.