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.
Hi @Explore-Sherpa
If its smaller screen then it will be cut, but we can make them automatically go down if the screen smaller.
check this one.
- From you Admin page, go to Online Store > Themes
- Select the theme you want to edit
- Under the Asset folder, open the main.css(base.css, style.css or theme.css)
- Then place the code below at the very bottom of the file.
.filter-list-wrapper.swiper-container {flex-wrap: wrap;}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!