• I want to reduce the padding (left and right) between my menu items.

    http://www.getegohelpnow.org/wp

    Have this is custom css:

    .main-navigation ul li a {
    padding-right: 100px !important;
    padding-left: 0px !important;
    padding: 0, 0, 0, 0 !important;
    margin: 0;
    display: block;
    height: 5px;
    line-height: 1px;
    }

    Thanks!

The topic ‘Reduce padding menu spacious pro’ is closed to new replies.