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

Product Categories Run Off The Screen

Solved

Product Categories Run Off The Screen

Explore-Sherpa
Excursionist
37 0 12

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.

Screenshot 2024-07-17 135452.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

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. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

.filter-list-wrapper.swiper-container {flex-wrap: wrap;}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1721253837765.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Reply 1 (1)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

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. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

.filter-list-wrapper.swiper-container {flex-wrap: wrap;}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1721253837765.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.