As you can see from the screen shot the menu item, "Column USA" is pushed to the next line. How can I shrink the width of each menu to free up some space or shrink the font a bit to free up some space. Ideally I would like to be able to control both.

    Hi arimakidd

    You can manage padding adding this code to your custom.css

    #menu ul > li a:not(.btn), #menu ul > li .zen-menu-heading {
    padding: 10px 25px 15px;
    }

    and change it to

    padding: 10px 10px 15px;

    pavit locked the discussion.
    Write a Reply...
    You need to Login to view replies.