christinas Posted December 5, 2020 Posted December 5, 2020 Site URL: https://www.maisongraceatl.com Hi @tuanphan : I'm very new to Squarespace and figuring this out as I go. It looks like I'm having the same issue as others in this thread; the two logos in my footer look fine on desktop but resize to be MASSIVE on mobile. What code do I need to insert to fix this? My page is currently password protected: www.maisongraceatl.com password: rileysblog Thanks in advance!!
Beyondspace Posted December 5, 2020 Posted December 5, 2020 7 minutes ago, christinas said: Site URL: https://www.maisongraceatl.com Hi @tuanphan : I'm very new to Squarespace and figuring this out as I go. It looks like I'm having the same issue as others in this thread; the two logos in my footer look fine on desktop but resize to be MASSIVE on mobile. What code do I need to insert to fix this? My page is currently password protected: www.maisongraceatl.com password: rileysblog Thanks in advance!! You can try to paste this in Design->Custom Css @media only screen and (max-width: 767px) { section[data-section-id="5faf8e500e8bbf646f421cdf"] .sqs-block-image-figure { width: 100px } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
christinas Posted December 5, 2020 Author Posted December 5, 2020 Beautiful, that worked perfectly! Thanks @bangank36!
christinas Posted December 31, 2020 Author Posted December 31, 2020 @bangank36 Is there any way you could show me how to resize 2 other images for mobile on my site as well? I'm having the same issue as above on this page: https://www.maisongraceatl.com/meetchristina My signature "Christina" doesn't resize properly in mobile The "IO" logo in the pink banner toward the bottom of the page (in the pink section) doesn't resize properly in mobile
Beyondspace Posted January 1, 2021 Posted January 1, 2021 9 hours ago, christinas said: @bangank36 Is there any way you could show me how to resize 2 other images for mobile on my site as well? I'm having the same issue as above on this page: https://www.maisongraceatl.com/meetchristina My signature "Christina" doesn't resize properly in mobile The "IO" logo in the pink banner toward the bottom of the page (in the pink section) doesn't resize properly in mobile Updated them all @media only screen and (max-width: 767px) { section[data-section-id="5faf8e500e8bbf646f421cdf"] .sqs-block-image-figure { width: 100px } #block-yui_3_17_2_1_1607715740244_5973 .sqs-block-image-figure { width: 100px } section[data-section-id="5fdc37ede4f40f70185be8a5"] { min-height: inherit !important; } #block-cc7c7fcb69ebc477004d .sqs-block-image-figure { width: 100px } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
tuanphan Posted January 1, 2021 Posted January 1, 2021 @christinas I see this page, on tablet, has some problems. https://www.maisongraceatl.com/meetchristina 1. First section text is a bit narrow. 2. Favorite is similar 3. Huge space on top/bottom of footer logo 4. FAQs link break in new line If you check on tablet, I think you will some other problems. Add this to Design > Custom CSS to fix above /* Fix tablet issues */ @media screen and (max-width:991px) and (min-width:768px) { footer.sections .content { width: 100% !important; } /* remove huge space */ [data-section-id="5fdc37ede4f40f70185be8a5"] { min-height: 10vh !important; } /* text width */ [data-section-id="5fb0b067f8f3f14190d23d37"] + section .content { width: 80% !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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.