Reputation: 77
I have a menu which is ltr:
Which I converted to rtl:
Now, I want this dropdown button appear before the link "PRODUCT" and the 2 number box appear, where I made a green box.
Upvotes: 4
Views: 636
Reputation: 6490
Here is the rtl
style for the menu - https://jsfiddle.net/afelixj/m5sn8voj/2/
You can use rtl
converting tools available online - https://cssjanus.github.io/. Paste the css, and you will get the right-to-left css instantly.
Upvotes: 1