• Hello,
    I would like to make the home menu tabs closer to each other than they are in default, how can I achieve this? Please, help.

    Thank u

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You have to do some changes on the css file and decrease the padding for the li elements of the navigation.

    hannah

    (@hannahritner)

    Hey Dddt, try pasting this into your custom css box in appearance > theme options > advanced settings:

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

    Adjust the pixel size to whatever you’d like. Hope this helps!
    Hannah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home menu tabs make closer’ is closed to new replies.