Fluid Banner for Mobile AND tablet?
-
Hi!
I managed to get my site the way I want it set up, but I’m still running into an issue. My banner displays properly on a phone, but it still shows normal size on a tablet. Any suggestions on how to make it fluid on both devices?
Thanks in advance!
Here is my custom CSS:.site-title { visibility: hidden; } .site-description { visibility: hidden; } .site-header { max-width: 100%; position: relative; height: 500px; z-index: 4; margin:0 auto; } .site-info a {display: none;} img { ??max-width: 100%; ??height: auto; } @media screen and (max-width: 568px) { #page #masthead {background-position: top; background-repeat: no-repeat; background-size: contain; height: 0px !important; padding-top: 80px } .main-navigation .menu-toggle{background-color: initial !important } }
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fluid Banner for Mobile AND tablet?’ is closed to new replies.