I have wordpress theme that have menu with submenu that open to the right instead of the left (my language need it to open to the left)? see images below.
I understand that this is a css tweak or a small javascript change. can you please assist me to solve this?
Menu to the right: http://corenetos.com/img/menu2.png
Menu to left: http://corenetos.com/img/menu3.png
the answer is:
put on the li ul of the css submenu the following: margin-left:-300px
it will appear on the right