jbrient Posted April 3, 2020 Share Posted April 3, 2020 Site URL: http://www.somaculvercity.com/sundays Hi, I'm wanting the banner on this page to scale smaller when on a mobile device so it doesn't get cut off. I think I have the nuts and bolts of code, but can't figure out how to put it together: .Index ([data-collection-id="5e8796abb6e8ff0b5b099b02" ]) @media screen and (max-width: 640px) {max-height: 115px!important;} Thanks! Jared Link to comment
tuanphan Posted April 4, 2020 Share Posted April 4, 2020 You mean Home Workshops guide banner? 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
jbrient Posted April 4, 2020 Author Share Posted April 4, 2020 Yeah, that's the banner I'm trying to make smaller on mobile so that it doesn't get cut off. Thanks! Link to comment
jbrient Posted April 4, 2020 Author Share Posted April 4, 2020 New attempt: @media screen and (max-width: 640px) {#collection-5e88fdec68e1057e9c153b26 #banner-area-wrapper { height: 100px } } Am I anywhere close? Link to comment
tuanphan Posted April 5, 2020 Share Posted April 5, 2020 @media screen and (max-width:640px) { div#home-worship-banner-section .index-section-wrapper { height: 50px; } } 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
jbrient Posted April 5, 2020 Author Share Posted April 5, 2020 That worked great! Thank you so much. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.