On squarespace version 7.1, when in mobile view, if you have a long list of categories, it creates a scrolling list that travels sideways and the breadcrumbs are gone on mobile. Insert this code into your Custom CSS to make the categories center align and wrap, with no scrolling. It also makes the breadcrumbs visible on mobile.
@media only screen and (max-width:575px){.products.collection-content-wrapper .nested-category-children {padding-top:30px;flex-wrap: wrap;overflow-x: hidden;justify-content: center;}}@media only screen and (max-width:575px){.products.collection-content-wrapper .nested-category-breadcrumb {text-align: center;}}@media only screen and (max-width:575px){.products.collection-content-wrapper .nested-category-title {text-align: center;}}
On squarespace version 7.1, when in mobile view, if you have a long list of categories, it creates a scrolling list that travels sideways and the breadcrumbs are gone on mobile. Insert this code into
Question
MiridiosII 7
On squarespace version 7.1, when in mobile view, if you have a long list of categories, it creates a scrolling list that travels sideways and the breadcrumbs are gone on mobile. Insert this code into your Custom CSS to make the categories center align and wrap, with no scrolling. It also makes the breadcrumbs visible on mobile.
Link to post
Top Posters For This Question
2
1
1
1
Popular Days
Dec 20
2
Mar 20
1
Jan 10
1
Jan 12
1
Top Posters For This Question
MiridiosII 2 posts
No_Idea 1 post
tuanphan 1 post
6910studio 1 post
Popular Days
Dec 20 2020
2 posts
Mar 20 2021
1 post
Jan 10 2021
1 post
Jan 12 2021
1 post
Popular Posts
MiridiosII
On squarespace version 7.1, when in mobile view, if you have a long list of categories, it creates a scrolling list that travels sideways and the breadcrumbs are gone on mobile. Insert this code into
Posted Images
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment