MH_Gerry Posted October 21, 2020 Share Posted October 21, 2020 Site URL: https://meridianhivedraftwebsite.squarespace.com/config/pages HI, I wonder if anyone can help me out. I'm revamping our website and have some large full width images on multiple pages (Home page and landing pages). I'd like to reduce the size of the images for Mobile view to prevent them being cut off. I've reviewed previous suggestions/advice here but haven't found anything that works for me. I've installed an app that allows me to view squarespace block, image and section id's. However I still can't get it to display correctly. Here is an example of the code I've used (I've tried many more combinations): /* mobile screens */ @media @mobile (max-width: 640px) { #section[data-section-id="5f778a51b907d97548c3d728"]{ Width: 25%; Height: auto%; } } Attached is a couple of images 1. the desktop v 2. the mobile. Link to comment
tuanphan Posted October 23, 2020 Share Posted October 23, 2020 Can you share link to homepage/landing pages? /config is url for site owner 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
MH_Gerry Posted October 23, 2020 Author Share Posted October 23, 2020 Absolutely, I wasn't quite sure of the best way to do that so I password protected it and can share the password with you: MHTest123https://meridianhivedraftwebsite.squarespace.com/aboutushttps://meridianhivedraftwebsite.squarespace.com/lemon-landing Many thanks I appreciate any help you can give. Thanks Link to comment
MH_Gerry Posted October 24, 2020 Author Share Posted October 24, 2020 Hi Tuan, Were you able to login to the site? Let me know if you need me to do anything or clarify anything. Many thanks, Link to comment
tuanphan Posted October 25, 2020 Share Posted October 25, 2020 Aboutus redirects to admin page, we can't access. Lemond Landing page Add to Home > Design > Custom CSS @media screen and (max-width:767px) { body#collection-5f778963c503be0cadb2ecdc #page section:nth-child(2) { min-height: 30vh !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
MH_Gerry Posted October 25, 2020 Author Share Posted October 25, 2020 2 hours ago, tuanphan said: Aboutus redirects to admin page, we can't access. Lemond Landing page Add to Home > Design > Custom CSS @media screen and (max-width:767px) { body#collection-5f778963c503be0cadb2ecdc #page section:nth-child(2) { min-height: 30vh !important; } } You are a legend! That worked exactly as I would have hoped. I will take that and resize the rest of my landing pages. I truly appreciate your help, thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.