Hi ![]()
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 ![]()
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
Thank you!!
https://luxurymrkt.com/collections/accessories-1
it almost of the page now
I fixed it, had to change the padding inside the main code to 20px
so now it great ![]()