How to fix the drop-down arrow issue on a right-to-left Shopify store?

Hey! Im working on a shopify store for israel and in israel you write from right to left so i changed my theme by using the RTL app in shopify, and got this problem, the arrow is on the name of collection. Please help)

@izya69 Please send me store url.

1 Like

https://izyagoods.com/

Hi @izya69 ,

You can check our steps here :

  • From your Shopify admin, click on Online Store>Themes>Actions>Edit Code.

  • Open theme.liquid ,you’ll see text like this

Then just add a space followed by the text dir=“rtl”

  • In the admin, go to Online Store>Themes>Actions>Edit Languages and click to Change theme language. Then just remember to hit Save as well!

I hope this helps.

It doesnt help

Hello @izya69

Add this CSS code
Online Store > Themes > Edit code > Assets > custom

summary:not(.facets__summary) .icon-caret {
    left: 0 !important;
}

It doesnt help(