Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) {
a.arrow-down, #slider .top-bar p { display:block;}
.top-bar img { width:45%; height:auto;}
#slider .top-bar p { font-size:15px; margin-top:-18px;}
#slider .top-bar a.contact, .contact-banner a { margin-top:-8px;}
}
@media screen and (min-width:480px) and (max-width:767px) {
a.arrow-down, #slider .top-bar p { display:block;}
.top-bar img { width:50%; height:auto;}
#slider .top-bar p { font-size:15px; margin-top:-10px;}
#slider .top-bar a.contact, .contact-banner a { margin-top:0;}
}
Regards,
Dave