Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
When browsing the products on our store, there is a categories list at the top of the screen with a picture and the name of the category. It used to all fit fine on any desktop screen until recently where on smaller laptop screens the first and last categories run off the screen.
Any advice and/or custom CSS would be greatly appreciated.
Link: https://www.exploresherpa.com/collections/bundles
I am using an Influence theme.
Solved! Go to the solution
This is an accepted solution.
If its smaller screen then it will be cut, but we can make them automatically go down if the screen smaller.
check this one.
.filter-list-wrapper.swiper-container {flex-wrap: wrap;}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
If its smaller screen then it will be cut, but we can make them automatically go down if the screen smaller.
check this one.
.filter-list-wrapper.swiper-container {flex-wrap: wrap;}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!