Jump to content

Disable Mobile View Stacked Products

Recommended Posts

Site URL: http://littlecornerscollective.com

Hi all, 

I'm really content with my desktop products page format, but when I view the mobile version I don't want my products to stack to one column. It makes it so I can only view one item at a time as I scroll on mobile. 

I'd like to have it look like the desktop version, where I can scroll through multiple columns, but can't find any way to disable the mobile view or anything. 

Is there any code to change just my shop's products page to look like my desktop version (multiple rows & columns of products)? 

Link to comment
  • 2 weeks later...
  • Replies 1
  • Views 782
  • Created
  • Last Reply

Add to Home > Design > Custom CSS

/* products 2 columns */
@media screen and (max-width:767px) {
.products.collection-content-wrapper .list-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-column-gap: 10px;
}
}

 

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

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.