Hi,
To hide the contact sidebar widget from mobile version
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add belo css code
@media screen and (max-width:767px){
#sidebar { display: none}
}
The Widget Options plugin is compatible and works fine with all of our themes.
Regards
Grace Themes