Impulse theme make filter button full screen mobile

Hi :waving_hand:

im looking to make the filter button full screen on mobile. I’ve already made it 100% but it still has white padding on sides. I’d like it to extend the whole screen

my site is https://luxurymrkt.com/collections/womens-accessories-1

Hi @Luxurymrkt

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.

@media (max-width:767px){

#CollectionAjaxContent .page-width{

padding:0 !important

}

.collection-grid__wrapper .grid.grid–uniform.small–grid–flush{

padding:0 17px !important

}

}

Best Regards;

Pagefly

Doesn’t work please see pic

you can put the code on the top of the file. I think something is blocking the code

Thank you!!

It worked but I noticed it made any page with collection description font all weird. See Man Woman explore accessories….

it used to be aligned with ACCESSORIES

https://luxurymrkt.com/collections/accessories-1

it almost of the page now

I try some devices but I see it show correctly. what is your device using?

I fixed it, had to change the padding inside the main code to 20px

so now it great :heart_eyes: