Jump to content

Number of columns on mobile view

Recommended Posts

Site URL: https://suzanneseedsilversmith.co.uk/shop

https://suzanneseedsilversmith.co.uk/shop

I'm on the Avenue template on v7 and would like my shop pages to display 2 columns of items on mobile view. I have it set to show 3 on desktop and tablet but this reduces down to 1 on mobile. Previous code I have found gave me 2 columns of images but did not also apply to the product title and price. 

Any help would be greatly appreciated! Thank you! 

Link to comment
  • Replies 1
  • Views 312
  • Created
  • Last Reply
1 hour ago, stewartrenee said:

Site URL: https://suzanneseedsilversmith.co.uk/shop

https://suzanneseedsilversmith.co.uk/shop

I'm on the Avenue template on v7 and would like my shop pages to display 2 columns of items on mobile view. I have it set to show 3 on desktop and tablet but this reduces down to 1 on mobile. Previous code I have found gave me 2 columns of images but did not also apply to the product title and price. 

Any help would be greatly appreciated! Thank you! 

Add to Home > Design > Custom Css

@media only screen and (max-width: 767px) {
  #productList {
    display: flex;
    flex-wrap: wrap;
  }
  #productList > a {
    flex: 45%;
    margin: 5px !important;
  }
}

Support me by pressing 👍 if this useful for you

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 No-code customisations for Squarespace
🚀 Learn how to rank new pages on Google in 48 hours!

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

Archived

This topic is now archived and is closed to further replies.


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