try add this to theme option->custom css
@media only screen and (min-width:280px) and (max-width:750px) {
#custom .sf-menu li {width: 33%;text-align:center;}
#custom #header-overlay {height: 115px;}
}
try add this to theme option->custom css
@media only screen and (min-width:280px) and (max-width:750px) {
#custom .sf-menu li {width: 33%;text-align:center;}
#custom #header-overlay {height: 115px;}
}