Jump to content

Shop category not responsive

Recommended Posts

Please give us the URL for your site so we can take a look at your issue. If you've not already done so please set up a site-wide password. Post the password here and then we can take a look at your issue.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

I don't have a fix at this time but an observation. When I narrowed the width of my browser window down to mobile proportions I did "see" off screen categories. However my browser also provided a scroll bar so that I could get to the off screen items.

111340581_ScreenShot2020-09-21at7_38_35PM.png.84efe0d149e2d5570543e28f56e4b120.png

I'm on macOS using Chrome. Also same behaviour on Safari.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
  • 1 year later...

If anyone is still looking for a quick fix for this, try placing the following into the Custom CSS. It'll stack your categories and justify to center on mobile devices.

/*Make Shop Categories Responsive*/
@media screen and (max-width: 575px){
	.tweak-products-nested-category-type-sidebar .products.collection-content-wrapper .nested-category-children {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

 

Edited by black.marketing
Fixing pasted code
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.