Search code examples
cssdrop-down-menuright-to-left

dropdown css menu converted to rtl from ltr


I have a menu which is ltr: enter image description here Which I converted to rtl: enter image description here

Now, I want this dropdown button appear before the link "PRODUCT" and the 2 number box appear, where I made a green box.


Solution

  • 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.