Jump to content

Customise 'simple list' for mobile

Recommended Posts

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 🙂

Screenshot 2021-11-23 at 10.32.21.png

WhatsApp Image 2021-11-23 at 9.51.25 AM.jpeg

Link to comment
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 🙂

Screenshot 2021-11-23 at 10.32.21.png

WhatsApp Image 2021-11-23 at 9.51.25 AM.jpeg

Is it the result you want to achieve? 2 profile each row

image.png.f4b87d4ead6b86f19e83a2fefa9216a0.png

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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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

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

Screenshot 2021-11-24 at 15.36.57.png

Link to comment
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

Screenshot 2021-11-24 at 15.36.57.png

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?

image.png.d00a8433b26999e26ace18c948fa61c2.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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

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!IMG_3953.thumb.PNG.6f5039794e32a669aeed20bc78230f7e.PNG

Link to comment
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!IMG_3953.thumb.PNG.6f5039794e32a669aeed20bc78230f7e.PNG

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 3 months later...
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

Screen Shot 2022-03-01 at 11.43.24 PM.png

What is access password?

accesspasssword.png

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
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. 

Screen Shot 2022-03-10 at 1.05.07 PM.png

Screen Shot 2022-03-10 at 1.05.00 PM.png

Screen Shot 2022-03-10 at 2.26.24 PM.png

Screen Shot 2022-03-10 at 2.26.12 PM.png

Link to comment
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. 

Screen Shot 2022-03-10 at 1.05.07 PM.png

Screen Shot 2022-03-10 at 1.05.00 PM.png

Screen Shot 2022-03-10 at 2.26.24 PM.png

Screen Shot 2022-03-10 at 2.26.12 PM.png

 

@tuanphan any ideas?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.