Fix Featured Collection Image Position in Mobile

Does anyone know how to make the position of the images in Featured Collection stay/fixed?

My featured collection moves up and down whenever i’m in Mobile view.

https://ee15bf-83.myshopify.com/products/beautiful-color-shampoo?_pos=1&_psq=beautiful&_ss=e&_v=1.0

Hi @thatshampooshop

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

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


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 :heart_eyes:

Hello @thatshampooshop

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (max-width: 767px) { ul.slider.slider--tablet { overflow-x: unset !important; } }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.