Hi, thanks,
I am using the twenty-fifteen theme, which as a rtl.css
So, I added the following code to the CSS:
#navigation {
direction: rtl;
}
This basically moved the menu bar from the left to the right side, which is nice.
However, it also changes the menu direction both in the English and the Arabic version.
Furthermore, what I am looking for is actually swapping the menu items, so that the first menu item in En, becomes the last menu item in Ar. Do you have any suggestions for this?
regards,
Ivan
-
This reply was modified 8 years, 2 months ago by ivanthung1.
Hi Gregory, thanks for the reply.
Can you explain what you mean with that the theme should be responsible for RTL?
The point is that in the English menu, it should be LTR, and it the Arabic menu RTL. Are you suggesting that I should tweak the CSS somehow to make this possible?
second point:
I understood that the custom CSS is only of the language selector, or can it apply to the whole menu?
thanks!