Homepage › Community Forums › Epik Theme Support › Menu styling › Reply To: Menu styling
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;