Reply To: Menu styling

Homepage Community Forums Epik Theme Support Menu styling Reply To: Menu styling

#3372
PandaArt
Customer

    I had the same issue. Hacked some CSS from one of Wes’s other themes. This worked for me. But have not looked at it yet on mobile.

    #header .widget-area {

    overflow: hidden;

    width: auto;

    }

    #header .widget {

    margin: 75px 0 0 15px;

    overflow: hidden;