Jump to content

Houstonselects

Member
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Houstonselects's Achievements

  1. The above did not work , but i found this on another forum that did work: @media only screen and (max-width:767px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: 1fr 1fr; } }
  2. Same code, same problem! here is my site https://www.houstonselects.com/shop-all-1/sneakers/men Mobile view only
  3. This is the site: https://www.houstonselects.com/shop-all-1/sneakers/men Mobile View only
  4. I did a custom CSS with the following code to make the mobile view of my site have 2 columns instead of 1, but it randomly stopped working today, does anyone know why? : @media only screen and (max-width:640px) { .products .list-grid { display: flex; flex-wrap: wrap; justify-content: space-between; } .products .grid-item { width: 48%; } } It worked for the first few weeks, not anymore though.
×
×
  • 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.