Thanks Nick thats sorted it for me, Just had to change the css to what suited for me as below but now working cheers
.responsiveMenuSelect {
display: none;
}
@media (max-width: 960px) {
#menu-main-navigation-1 { display: none; }
.responsiveMenuSelect { display: inline-block; }
}