kait330 Posted February 28, 2023 Share Posted February 28, 2023 We use banner descriptions as a method of giving each page a header / title on the website: https://www.ilikestorytelling.com/ We like how big the banner headers show up on desktop (85px) but want these same titles to be larger in size on the mobile site too. How do I make the mobile banner header font larger? Link to comment
tuanphan Posted March 5, 2023 Share Posted March 5, 2023 It looks like you solved with this CSS? @media screen and (max-width: 640px) { #what-is-storytelling .banner-thumbnail-wrapper.has-description .desc-wrapper p>strong { font-size:60px } #the-power-of-stories .banner-thumbnail-wrapper.has-description .desc-wrapper p>strong { font-size: 60px } #a-story-perfectly-told-delivers .banner-thumbnail-wrapper.has-description .desc-wrapper p>strong { font-size: 60px } #others-like-storytelling .banner-thumbnail-wrapper.has-description .desc-wrapper p>strong { font-size: 60px } #storytelling-in-action- .banner-thumbnail-wrapper.has-description .desc-wrapper p>strong { font-size: 60px } #get-in-touch .banner-thumbnail-wrapper.has-description .desc-wrapper p>strong { font-size: 60px } } @media screen and (max-width: 640px) { #retreat-intro .banner-thumbnail-wrapper.has-description .desc-wrapper p>strong { font-size:60px } #stowellakefarm.banner-thumbnail-wrapper.has-description .desc-wrapper p>strong { font-size: 20px } #my-story .banner-thumbnail-wrapper.has-description .desc-wrapper p>strong { font-size: 60px } #storytellers-circle .banner-thumbnail-wrapper.has-description .desc-wrapper p>strong { font-size: 60px } } 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