Collection page, Sort by: Filters go over the icons and the footer when scrolling down

page, Sort by: Filters go over the icons and the footer when scrolling down, it need a little bit of CSS, I’m using warehouse theme, any help?

hi can you share store link

that issue only for small devices: tablet/mobile. here a store link: https://arazn.com/collections/all

i’ll check this and get back to you

Hi @Bilal_Abu_Ganem

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> theme.css paste the below code at the bottom of the file.

#shopify-section-static-text-with-icons,footer{

z-index: -1 !important;

position: relative;

}

Best Regards;

PageFly

it still moves over the footer when scrolling down, I want it to stop until the last products in the grid/list

Hi @Bilal_Abu_Ganem

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.css->paste bellow code in top of file

[data-section-type=“footer”] {

z-index: 11111 !important;

}

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

i mean to stop it from scrolling until the end of the product list collection.