subliminalsf Posted August 24, 2021 Share Posted August 24, 2021 I have a website I'm working on for a client where I have a summary block for their calendar on their events page. Right now its set as a "list" in the summary block, and I like the way it looks on the computer, but would like to switch it to "stacked/grid" view on mobile so the thumbnail image is above the info as opposed to being kinda small and on the left taking away space from the text. Is there a way via CSS to switch the summary block mode in a media query? Due to contractual obligations I need to keep the beta site locked and can't share it, but shouldn't matter as its a general question, nothing specific to any "item" on a specific site... Link to comment
tuanphan Posted August 27, 2021 Share Posted August 27, 2021 Hi, Can you share link to page where you added Summary? 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
gleemedia Posted October 20, 2021 Share Posted October 20, 2021 @subliminalsf Were you able to figure out a CSS code for this? - ie switching from a List view summary on desktop to a "stacked/grid" view on mobile? Link to comment
tuanphan Posted October 22, 2021 Share Posted October 22, 2021 On 10/21/2021 at 1:52 AM, gleemedia said: @subliminalsf Were you able to figure out a CSS code for this? - ie switching from a List view summary on desktop to a "stacked/grid" view on mobile? If you share link to page where you added summary, we can take a look 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
MRCG Posted April 8, 2022 Share Posted April 8, 2022 I would also like the "list" summary style to stack the image above the text on mobile, but nothing I've tried seems to be working properly. I've attempted using some of the CSS methods I've seen online (and in this thread) and some of them work partially (they'll work from 900 max width down to about 700 max width), but pop back into regular side-by-side list view when it gets down to the mobile view. It's very frustrating. I'm not sure why Squarespace hasn't made this an option in the design panel for at least mobile view of the "list" summary style. I'm sure some people like the way the side-by-side looks on mobile, but having the option would be nice and it seems very short-sighted not to at least offer it. Link to comment
paul2009 Posted April 8, 2022 Share Posted April 8, 2022 2 hours ago, MRCG said: I would also like the "list" summary style to stack the image above the text on mobile, but nothing I've tried seems to be working properly. Please provide us with a working link to the page so that we can take a look. About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
MRCG Posted April 13, 2022 Share Posted April 13, 2022 The page is mrcg.squarespace.com and the password to view is newmrcg2022 Link to comment
tuanphan Posted April 18, 2022 Share Posted April 18, 2022 On 4/13/2022 at 9:46 PM, MRCG said: The page is mrcg.squarespace.com and the password to view is newmrcg2022 Try adding to Design > Custom CSS /* Homepage Summary */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1645297355550_28252 .summary-item>div { width: 100% !important; } div#block-yui_3_17_2_1_1645297355550_20095 .summary-item>div { width: 100% !important; }} 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
MRCG Posted April 18, 2022 Share Posted April 18, 2022 11 hours ago, tuanphan said: Try adding to Design > Custom CSS /* Homepage Summary */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1645297355550_28252 .summary-item>div { width: 100% !important; } div#block-yui_3_17_2_1_1645297355550_20095 .summary-item>div { width: 100% !important; }} This worked! Thank you so much! Link to comment
subliminalsf Posted October 9, 2022 Author Share Posted October 9, 2022 On 4/18/2022 at 1:50 PM, MRCG said: This worked! Thank you so much! Hey thanks got this to work at https://rwspresents.com/shows but now the Title for each event/listing is still left justified, how do I fix this? Link to comment
tuanphan Posted October 12, 2022 Share Posted October 12, 2022 On 10/10/2022 at 6:33 AM, subliminalsf said: Hey thanks got this to work at https://rwspresents.com/shows but now the Title for each event/listing is still left justified, how do I fix this? Hi, It looks centered here. Can you take a screenshot? 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment