I have a multi-lingual site. The menu is translating correctly for the correct languages however the hebrew menu is left aligned and it should be right aligned. How do I change the menu alignment just for the hebrew site?

Comments

LTech’s picture

Title: change menu alignedment for mulitlingual site » change menu alignment for mulitlingual site
LTech’s picture

I added a file style-rtl.css and put in custom code for the hebrew site.

ul.menu {
right: -230px;
}
LTech’s picture

Status: Active » Closed (works as designed)