How can I adjust the drop down filter location in the Dawn theme?

hi,

how can i fix the drop down filter location?

is on the word

i need to move it little bit left

please help!

store url: https://brebojewelry.myshopify.com/collections/necklaces

1 Like

Hi @YMKjewelry ,

Im not sure which fliter youll like to move? Is it the popularity filter? If its, try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.facet-filters.sorting.caption {
    padding: 0px;
}
form#FacetFiltersForm {
    gap: 0;
}

Result:

I hope it help.

its not the popoularity filter

let me mark it

1 Like

Okay got it, like this?

This is the code: Same Instructions.

.facets-container.scroll-trigger.animate--fade-in {
    justify-content: end;
}

i hope it help.

no sir,

cant you see the “V” on the word “price” and “Avalability” ?

thanks for helping.

1 Like

Oh so sorry im so dumb, I keep ignoring that drop down icons. Try this one.

Same Instructions.

summary.facets__summary.caption-large.focus-offset>div {
    display: flex;
    flex-direction: row-reverse;
}                                                       
summary.facets__summary.caption-large.focus-offset span {
    padding-right: 10px;
}
svg.icon.icon-caret {
    position: relative;
}
.facet-filters.sorting.caption .select {
    flex-direction: row-reverse;
}
svg.icon.icon-caret {
    margin: auto;
}

I fix the other drop down icons it keep flying anywhere. :sweat_smile: