Hey guys, this is a beautiful theme and I'm loving it.
Quick question, which bit of CSS do I need to target in order to get the main menu to expand to the left rather than the right. I have a few layers and it is going off the right side of the browser.
Thanks a bunch!
Comments
Comment #1
Gabo11 commentedSame problem here! My third level goes out of the view! Someone knows if there is some how a way of show the sub-levels to the left side?
Thanks!
Comment #2
beto_beto commentedsame problem here
in the primary link menu when the level dose not expand !!!!
Comment #3
the_pony commentedHave the same issue here.
I'm building a RTL website and I need the submenus to open to the left side of his parents rather then it's right side.
Can someone please reffer us to those specific lines of code?
Thanx in advance.
EDIT:
I found it. this is in line 379 as follow:
#navigation ul.menu li.expanded ul ul { display: none; left: 190px; top:0; }i've changed it to:
#navigation ul.menu li.expanded ul ul { display: none; right: 190px; top:0; }I've also had to change the text-align property of the 2'nd level of submenus line 374:
#navigation ul.menu li.expanded ul.menu li a { font-size: 15px; color:#7A8090; padding:10px; display:block; width:180px; text-align:left; border-radius:0; -moz-border-radius:0; }I've changed it's text-align property to text-align:right, and now the menu is working perfectly :)
I want to add couple of words to this theme developers:
Thanx for this buitifull and well-builded theme. I love it more then any other drupal theme, also because it is elegant, easy to change and have everything that I need from a drupal design. Well Done and keep up this awsome work!
thanks,
Tom.