- This topic has 3 replies, 2 voices, and was last updated 8 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘View on mobile’ is closed to new replies.
Home › Forums › All Other Themes › View on mobile
Hello
When viewed on a mobile device, the top email and contact banner mess up the main display banners on the page and also the page title; just noticed this, it wasn’t an issue earlier, so not sure what is the problem? It is visible on the graphic design or only marketing pages.
Thanks
http://www.select66.com
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
.header { height:auto; background-color:rgba(0, 0, 0, 0.1) !important;}
}
Regards,
Shri
Perfect, thank you!
🙂