Jump to content

Hiding categories in shop on mobile - using 7.1

Recommended Posts

  • Replies 6
  • Views 595
  • Created
  • Last Reply

Q1. Add to Design > Custom CSS

@media only screen and (max-width: 640px) {
  .products.collection-content-wrapper .nested-category-children {
    flex-wrap: wrap;
    overflow-x: hidden;
    justify-content: center;
  }
  .products.collection-content-wrapper .nested-category-title {
    text-align: center;
  }
}

Code by Paul2009, sf.digital

Q2. Try this guide. https://sf.digital/squarespace-solutions/display-product-titles-on-two-lines-with-squarespace-71

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
4 hours ago, tuanphan said:

Q1. Add to Design > Custom CSS


@media only screen and (max-width: 640px) {
  .products.collection-content-wrapper .nested-category-children {
    flex-wrap: wrap;
    overflow-x: hidden;
    justify-content: center;
  }
  .products.collection-content-wrapper .nested-category-title {
    text-align: center;
  }
}

Code by Paul2009, sf.digital

Q2. Try this guide. https://sf.digital/squarespace-solutions/display-product-titles-on-two-lines-with-squarespace-71

Hi there, Q1 - it didn't hide it, just made it not so hard to navigate. As my products grow this will become an increasingly cluttered area so my idea was just to get rid of it on mobile.

 

I will try the guide for Q2 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.