Jump to content

Hiding categories in shop on mobile - using 7.1

Recommended Posts

Hi. Can you share link to page in screenshot? We can convert it to dropdown

Edited by tuanphan

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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
@media only screen and (max-width: 640px) {
  .products.collection-content-wrapper .nested-category-children {
    display: none !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.