Colby1126 Posted May 16, 2022 Share Posted May 16, 2022 (edited) Site URL: https://audreykester.com/omika Hello! I attached screenshots to show my issue. The banner image on my page is zoomed up on when viewed on mobile. Although I don't intend to include the entire width on mobile, I do want it to include more of the image like how it is shown on desktop. Can anyone help with the code for this? I've been trying for days and can't figure it out! Thanks 🙂 Edited May 16, 2022 by Colby1126 Link to comment
christyprice Posted May 16, 2022 Share Posted May 16, 2022 I typically just create a specific section to show on mobile so it is designed differently, specific for mobile. Here's how I code it to show one section on desktop and a different section on mobile: https://christyprice.com/blog/show-different-banner-mobile-desktop tuanphan 1 christyprice.com  🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist for $17. 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
fc1 Posted August 8, 2022 Share Posted August 8, 2022 hi @christyprice i'm having the same issue i tried what you shared with the following code: /* show a different section on desktop vs mobile */ @media only screen and (max-width: 780px) {   [data-section-id="#block-62f1659304ecdf1b976687fe"] {       display: none !important;   }  } @media only screen and (min-width: 781px) {   [data-section-id="#block-36e83b9033b8a5d3fabc"] {     display: none !important;   }  }  and also (in case i was choosing the wrong section id's i also did the collection and page ids and that didn't work either. (i took the double image down for now) can you give any more advice on this? i want my home screen banner to look like this the image below.  thank you!  Link to comment
christyprice Posted August 14, 2022 Share Posted August 14, 2022 Hi @fc1 if you can share a link to your site that would be helpful. christyprice.com  🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist for $17. 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
gdmartino Posted August 16, 2022 Share Posted August 16, 2022 How is this not just a normal feature for squarespace? why would the banner not scale down on mobile ast standard?? 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