Kingfish Posted June 1, 2022 Share Posted June 1, 2022 Site URL: https://bluebird-rhubarb-algp.squarespace.com/our-team I am trying to upgrade a site from 7.0 to 7.1. Everything looked good, but I hit a snag while testing mobile. Every page has a background banner image just under the site header. While it works fine on 7.0, on 7.1 the mobile site header partially covers the banner background image. Some pages it is not so noticeable, but the one shown its pretty obvious. Is there a way to get it to push the image down rather than cover it? Link to comment
Kingfish Posted June 1, 2022 Author Share Posted June 1, 2022 I forgot. I had to set a password as it is in trial mode. PW:1234 Link to comment
tuanphan Posted June 1, 2022 Share Posted June 1, 2022 Add to Design > Custom CSS /* fix banner mobile */ @media screen and (max-width:767px) { header#header { position: relative !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Kingfish Posted June 1, 2022 Author Share Posted June 1, 2022 Thank you. Works great! I noticed issues with the desktop as well so I ended up using: .header#header { position: relative !important; } That seems to be working well. Do you see any problem doing that? Link to comment
tuanphan Posted June 2, 2022 Share Posted June 2, 2022 15 hours ago, Kingfish said: Thank you. Works great! I noticed issues with the desktop as well so I ended up using: .header#header { position: relative !important; } That seems to be working well. Do you see any problem doing that? Looks fine to me 😆 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment