Topic Resolution: Resolved
  • Closed
  • Mike Barkas
    Spectator
    May 30, 2016 at 9:34 pm #28080

    Where can i go to change the padding/width and spacing of the primary menu?
    I got the size and font i want to use but the menu bar is way to wide its going into the content boxes

    thewinehub.net

    Mike Barkas
    Spectator
    Posts: 15
    May 30, 2016 at 9:37 pm #28081

    Also i am using Header 5, i noticed alot of them customization options will not work, i don’t know why these would be excluded, I don’t want that rollover effect on the menu.

    Daniel Jones
    Spectator
    Posts: 148
    May 30, 2016 at 11:22 pm #28082

    Hi Mike,
    Thanks for reaching out to us regarding this query.

    In order to make changes to the padding of the menu, you’ll need to go to Appearance > Theme Options > Header > Menu > Padding Between Menu Items
    Once you’re there you can go ahead and change the padding to your requirements.

    If you don’t wish to have Rollover then you can just disable that in that same area.

    Please let me know if you have any other issues/questions I can help with.

    Best Regards.

    Mike Barkas
    Spectator
    Posts: 15
    May 30, 2016 at 11:28 pm #28084

    What about the height of the menu, if you look at the site you can see, the menu bar is really large for the text that is inside, how can i compress this so it fits better, basically trim it down a bit. THe top and bottom of the primary menu

    Daniel Jones
    Spectator
    Posts: 148
    May 30, 2016 at 11:44 pm #28085

    Hi Mike,
    Thanks for keeping in touch.

    Please try adding the following code to Appearance > Theme Options > Custom CSS.

    /*menu height fix*/
    ul#menu-navigation {
    margin-top: -20px;
    }
    .primary-menu {
    height: 41px;
    }

    This should pull the menu items up, and resize the height of the menu background.

    Please let me know if it helps.

    Best Regards.

    Mike Barkas
    Spectator
    Posts: 15
    May 30, 2016 at 11:46 pm #28086

    That is MUCH BETTER!
    Thanks