Why are my dropdown filter arrows overlapping words on desktop?

I’m not sure what happened but for some reason on desktop, my drop down filter arrows are overlapping the words. Can anyone fix this please? My website is AmericanMadeBaby.com

1 Like

@AMBP

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-facets.css->paste below code at the bottom of the file.
.facets__summary .icon-caret {
    right: -20px;
}
1 Like

Thank you very much! That fixed my problem. I sincerely appreciate it.

@AMBP

its my pleasure to help us