RTL Menue

GK User
Fri May 29, 2015 8:46 pm
i did all research and i applied
#gkMainMenu { float: right; }
.gkMenu > ul > li { float: right;}

to make text goes from right to left but it didn't work

can anyone help please

Thanks my website

http://shakerali.net/new/
User avatar
Senior Boarder

teitbite
Sun May 31, 2015 10:46 am
Hi

I believe all You have to do is to add this to override.css and make sure override is enabled in template settings:

Code: Select all
#aside-menu li {
    direction: rtl;
    text-align: right;
}
User avatar
Moderator

GK User
Sun May 31, 2015 5:26 pm
thanks a lot
User avatar
Senior Boarder

teitbite
Tue Jun 02, 2015 12:59 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron