Hi, I am using Catch Box Pro, latest version. My site displays fine on laptop and desktop, but not on the mobile version on my iPhone. The iPhone’s mobile version has a big blue bar with search box above my header graphic,my graphic is too small and there is white space around it. My site is:
http://premium.talkleft.com
I disabled the header right sidebar so I don’t know why it’s showing on the mobile version. I am not using any menus
Based on responses to others, I have added this to my custom css
@media screen and (max-width: 767px) {
/* Hide Header Right Section */
#header-right {
display: none;
}
/* Hide Right Sidebar */
#secondary {
display: none;
}
}
Any help would be much appreciated. Thank you.