Hi,
To remove the top header contact information from in mobile device
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code
@media screen and (max-width:767px) {
.pp_topstrip { display: none !important;}
}
Please make this changes and let me know your feedback.
Regards
Grace Themes