Header size on mobile
- The topic ‘Header size on mobile’ is closed to new replies.
Need help? Check out our Support site, then
My header image does not fit when viewing on mobile (either landscape or normal view) using iOS with Chrome or Safari. I have the mobile theme enabled.
The blog I need help with is: (visible only to logged in users)
Hello,
Sorry for the delay.
Please use css code given below.
.page.page-id-7 .header_wrap {
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width: 480px){
.page.page-id-7 .header_wrap {
height: 138px!important;
}}
@media only screen and (max-width: 767px) and (min-width: 480px){
.page.page-id-7 .header_wrap {
height: 72px!important;
}}
Thanks & Regards
Neeraj Agrawal.