ruby Posted November 23, 2021 Share Posted November 23, 2021 Site URL: https://www.riverguardians.co/ Hi, Using a 'simple list' to list speakers for an event. On mobile the list collapses and you have to scroll for ages to see each speaker. It's not a good experience! Is there any way to make 2 speaker profiles appear alongside each other, similar to the desktop? This way the user won't have to scroll forever... Screenshots attached. Thank you 🙂 Link to comment
Beyondspace Posted November 23, 2021 Share Posted November 23, 2021 6 hours ago, ruby said: Site URL: https://www.riverguardians.co/ Hi, Using a 'simple list' to list speakers for an event. On mobile the list collapses and you have to scroll for ages to see each speaker. It's not a good experience! Is there any way to make 2 speaker profiles appear alongside each other, similar to the desktop? This way the user won't have to scroll forever... Screenshots attached. Thank you 🙂 Is it the result you want to achieve? 2 profile each row Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="61728747420d37041db3256b"] .user-items-list-simple { grid-template-columns: 1fr 1fr; } } Let me know if it works properly on your site Press 👍 or mark this answer as solution to help another one too sarawhite 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
ruby Posted November 24, 2021 Author Share Posted November 24, 2021 Yes that works great! thank you! I wonder if you know how to reduce the content width here (screenshot attached). The rest of the site is set as 'medium' width, but this 'simple list' insists on being full width... hmm (and as above, I wonder if on mobile it's possible to get two profiles to appear side by side, but this time it's on the homepage: kinshipcourse.com PW: kinshipadvaya Link to comment
Beyondspace Posted November 24, 2021 Share Posted November 24, 2021 13 minutes ago, ruby said: Yes that works great! thank you! I wonder if you know how to reduce the content width here (screenshot attached). The rest of the site is set as 'medium' width, but this 'simple list' insists on being full width... hmm (and as above, I wonder if on mobile it's possible to get two profiles to appear side by side, but this time it's on the homepage: kinshipcourse.com PW: kinshipadvaya On kinshipcourse.com, you can try the following codes @media only screen and (max-width: 767px) { .user-items-list-item-container { grid-template-columns: 1fr 1fr; } } Is it the desired result you want to achieve? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
ruby Posted November 24, 2021 Author Share Posted November 24, 2021 Hello. Yes this works great for the homepage layout. However, on the dedicated speaker page looks a bit messy with all the text (screenshot attached). Am wondering if it's possible to achieve this effect just for the homepage? (and also on desktop, if it's possible to set the homepage profiles & dedicated speaker page profiles to medium width - doesn't look like there's an option with these types of lists?) Thank you so much! Link to comment
tuanphan Posted November 27, 2021 Share Posted November 27, 2021 On 11/24/2021 at 10:52 PM, ruby said: Hello. Yes this works great for the homepage layout. However, on the dedicated speaker page looks a bit messy with all the text (screenshot attached). Am wondering if it's possible to achieve this effect just for the homepage? (and also on desktop, if it's possible to set the homepage profiles & dedicated speaker page profiles to medium width - doesn't look like there's an option with these types of lists?) Thank you so much! Try change to this code @media only screen and (max-width: 767px) { body.homepage .user-items-list-item-container { grid-template-columns: 1fr 1fr; } } 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
dv_louise_designs Posted March 2, 2022 Share Posted March 2, 2022 How can I change the size of my images in the simple list section (mobile only)? I also want to reduce the space between items in mobile as well. I already successfully changed mobile font size. Thanks! www.adeptbenefits.com Link to comment
tuanphan Posted March 3, 2022 Share Posted March 3, 2022 On 3/2/2022 at 11:43 AM, dv_louise_designs said: How can I change the size of my images in the simple list section (mobile only)? I also want to reduce the space between items in mobile as well. I already successfully changed mobile font size. Thanks! www.adeptbenefits.com What is access password? 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
dv_louise_designs Posted March 7, 2022 Share Posted March 7, 2022 On 3/3/2022 at 8:31 AM, tuanphan said: What is access password? Employee180! Link to comment
tuanphan Posted March 10, 2022 Share Posted March 10, 2022 On 3/8/2022 at 2:49 AM, dv_louise_designs said: Employee180! Hi. It looks like you removed List section. Do you still need help? https://www.adeptbenefits.com/ 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
dv_louise_designs Posted March 10, 2022 Share Posted March 10, 2022 6 hours ago, tuanphan said: Hi. It looks like you removed List section. Do you still need help? https://www.adeptbenefits.com/ yes - how do I keep the text to a certain number of lines (1 or 2) regardless of window size? especially on mobile. I want to keep the images aligned and text wrapping messes that up. first set of images is from Home Page (I believe I fixed it for mobile view). second set of images is from Meet the Team page. Link to comment
dv_louise_designs Posted March 17, 2022 Share Posted March 17, 2022 Quote On 3/10/2022 at 2:27 PM, dv_louise_designs said: yes - how do I keep the text to a certain number of lines (1 or 2) regardless of window size? especially on mobile. I want to keep the images aligned and text wrapping messes that up. first set of images is from Home Page (I believe I fixed it for mobile view). second set of images is from Meet the Team page. @tuanphan any ideas? 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