How can I get the mobile filter drawer to open on the right side?

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

1 Like

Hi @Luxurymrkt ,

You can do this by adding the code below.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the theme.css
  3. Paste the code below at the very bottom of the file.
div#FilterDrawer {
    right: 0;
    left: unset;
}

Thanks but it didn’t work