Muhammad HamZa Khan
Muhammad HamZa Khan

Reputation: 77

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.

Upvotes: 4

Views: 636

Answers (1)

Felix A J
Felix A J

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

Related Questions