Fixing related products on mobile version

Solved

Fixing related products on mobile version

radaApeta
Excursionist
49 0 17
Hello, how can i fix related products on product pages on all of my products. On deskotp everything looks right, but on mobile the related products arent in slider. I want two columns to show but in one row so you can slides through others related. Now its without slider, and all related products are shows under each other. Thank you for your help 🙂
 
0007
unnamed (11).jpg
valenta14
Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1718 512 574

This is an accepted solution.

@radaApeta ,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
product-recommendations .product-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  scrollbar-width: none
}
</style>

Result:

BSSCommerceB2B_0-1726755822224.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Reply 1 (1)

BSSCommerce-B2B
Shopify Partner
1718 512 574

This is an accepted solution.

@radaApeta ,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
product-recommendations .product-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  scrollbar-width: none
}
</style>

Result:

BSSCommerceB2B_0-1726755822224.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now