jaisequoia Posted September 14, 2020 Share Posted September 14, 2020 Site URL: https://www.2chanceranch.ca Hi all, I've used a summary block "events: stacked" on the home page of the site. (image attachedf - it's the section right under the header) and for some reason it's NOT stacking on mobile? The image is really small with the text on the right. Is this an errror on sqsp's part? I wouldn't think I would have to add code to make it stack properly. Any help, code is welcome. Oh and i did try and remove all code from the site to check if it had something to do with that. thanks! Link to comment
tuanphan Posted September 14, 2020 Share Posted September 14, 2020 Add to Home > design > Custom CSS /* Home summary stacked */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1594922674315_8551 { .summary-block-setting-design-list .summary-thumbnail-outer-container { float: none !important; width: 100% !important; } img { width: 100% !important; height: auto !important; top: 0 !important; left: 0 !important; } .summary-content.sqs-gallery-meta-container { width: 100% !important; margin-top: 20px; } } } jaisequoia 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
jaisequoia Posted September 15, 2020 Author Share Posted September 15, 2020 On 9/14/2020 at 3:11 PM, tuanphan said: Add to Home > design > Custom CSS /* Home summary stacked */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1594922674315_8551 { .summary-block-setting-design-list .summary-thumbnail-outer-container { float: none !important; width: 100% !important; } img { width: 100% !important; height: auto !important; top: 0 !important; left: 0 !important; } .summary-content.sqs-gallery-meta-container { width: 100% !important; margin-top: 20px; } } } thank you @tuanphan it's so frustrating that we have to do this though. I'll let you know how it works. 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