Horizontal template - submenu open to the left


Author Message
Hasan

Posted: 2/14/2010
Quote message 

Hi

Is there any way to make the horizontal sub-menu open to the left? in Artisteer you can only open it to the right.

What do I need to change in the css?
 
Hasan

Posted: 2/14/2010
Quote message 

TOPIC NAME FIX: Horizontal Menu ofcourse :)
 
Garry

Posted: 2/15/2010
Quote message 

You can try changing the value of margin in following styling rule in template.css:

.art-menu ul {
background-image:url(images/spacer.gif);
margin:-10px 0 0 -30px;
padding:10px 30px 30px;
}

--------
change margin to:
---------

margin:-10px 0 0 -200px