• Resolved mdomingue

    (@mdomingue)


    I am trying to add a Members Only via a plugin and once the member is logged in, the Members Only menu would be available to them. However, there is not enough space for another menu (I currently only have 6 menu items plus a change language button) because of the spacing/padding between the items.

    Is there a way to reduce this space?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi,

    You can do that with some CSS, try this:

    #pen_navigation.pen_hover_1 ul#primary-menu > li {
    	padding-left: 5px;
    	padding-right: 5px;
    }

    It should be added through Appearance → Customize → Additional CSS.

    Thread Starter mdomingue

    (@mdomingue)

    This is awesome, this worked perfectly! Thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spacing between Menu items in the Navigation bar’ is closed to new replies.