Sub items position

  • cendres
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 6 months ago #19311 by cendres
Sub items position was created by cendres
The default position of all sub menu items is above the root items.
Is it possible to change this sort of "roll up" to a real "drop down" (position underneath the root items)?

Change

Sub item 1
Sub item 2
ROOT ITEM

-> to

ROOT ITEM
Sub item 1
Sub item 2

Thanks

Please Log in to join the conversation.

More
12 years 6 months ago #19325 by ivan.milic
Replied by ivan.milic on topic Re: Sub items position
#flashes.flmenu > li > a {
margin-top:0!important;
}

UL.subMenu{
margin-top:0!important;
}

add that to your css file some ware.

Please Log in to join the conversation.

Time to create page: 0.151 seconds
Powered by Kunena Forum