Jump to content

drop down menu


jalaladdin

Recommended Posts

i want to open sub menu right to left.

how to change position drop down menu?

 

https://www.dropbox.com/sc/t3k9tknlswkuxc8/OjIMrXxCVp

/* drop-down styles */#navigation .menu ul { border-top: none; background: #363636; border: 1px solid #222; min-width:200px}#navigation .menu li:hover ul { margin-top:0;float:left; }#navigation .menu ul ul.sub-menu { margin-top: -1px; margin-left: 1px; }#navigation .menu ul li { border-bottom: 1px solid #222 ;}#navigation .menu ul li:first-child { }#navigation .menu ul li:last-child { border: 0 }#navigation .menu ul li > a:hover { color: #58C0E6}#navigation .menu ul a { display: block; height: auto; margin: 0px; padding:  8px 15px; text-transform: none; border: 0px; line-height: 15px; }#navigation .selector { display: none }#navigation ul.sub-menu .icon-angle-down:before {content:"f105"!important;}#navigation ul.sub-menu a { font-size:12px;}#navigation i { text-align:right}#menu-icon {display: none;}#slide-wrap a:hover{ color:#fff}
Edited by jalal
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...