Hi,
id like the mobile filter drawer to open on the right side instead of left if possible
my site is https://luxurymrkt.com/collections/newest-products
Hi,
id like the mobile filter drawer to open on the right side instead of left if possible
my site is https://luxurymrkt.com/collections/newest-products
Hi @Luxurymrkt ,
You can do this by adding the code below.
div#FilterDrawer {
right: 0;
left: unset;
}
Thanks but it didn’t work