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
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
Hi @YMKjewelry ,
Im not sure which fliter youll like to move? Is it the popularity filter? If its, try this.
.facet-filters.sorting.caption {
padding: 0px;
}
form#FacetFiltersForm {
gap: 0;
}
Result:
I hope it help.
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.
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. ![]()