- Posts: 14
- Thank you received: 0
How to make flash submenu title closer to the Main
-
ericong.kc
Inactive member - Topic Author
- New Member
Less
More
11 years 4 months ago #31745
by ericong.kc
How to make flash submenu title closer to the Main was created by ericong.kc
How to make flash submenu title closer to the Main menu
My first Main menu "HOME" only have 1 sub menu "About US"
my second Main menu "Services" have 5 sub menus
This makes the "About US" submenu very far (high) from the HOME menu title
How do i bring About us down
My first Main menu "HOME" only have 1 sub menu "About US"
my second Main menu "Services" have 5 sub menus
This makes the "About US" submenu very far (high) from the HOME menu title
How do i bring About us down
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #31747
by ivan.milic
Replied by ivan.milic on topic How to make flash submenu title closer to the Main
Try adding this to bottom of template_css.css:
#flashes.menu > li > ul {
height: 40px!important;
margin: -110px 0 0!important;
}
#flashes.menu > li > ul {
height: 40px!important;
margin: -110px 0 0!important;
}
Please Log in to join the conversation.
-
ericong.kc
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
11 years 4 months ago - 11 years 4 months ago #31815
by ericong.kc
Replied by ericong.kc on topic How to make flash submenu title closer to the Main
This works for the first menu, the sub menu is closer. but my 2nd menu with 5 sub menus got overlap
see screenshot
is it possible instead of adding the sub-menus from top to bottom, change it to adding it from bottom up?
see screenshot
is it possible instead of adding the sub-menus from top to bottom, change it to adding it from bottom up?
Last edit: 11 years 4 months ago by ericong.kc.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago - 11 years 4 months ago #31822
by ivan.milic
Replied by ivan.milic on topic How to make flash submenu title closer to the Main
Then instead of that put just:
#flashes.menu > li > ul {
margin: -100% 0 0!important;
height:100%!important;;
}
#flashes.menu > li > ul {
margin: -100% 0 0!important;
height:100%!important;;
}
Last edit: 11 years 4 months ago by ivan.milic.
Please Log in to join the conversation.
-
ericong.kc
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
11 years 4 months ago #31826
by ericong.kc
Replied by ericong.kc on topic How to make flash submenu title closer to the Main
Not right. See attached.
Now the sub menu is below the main menu. Can't see my other submenus.
Need the sub menu to be on top of the menu just like original. But the submenu will be added from bottom to the top.
Any more suggestions?
Now the sub menu is below the main menu. Can't see my other submenus.
Need the sub menu to be on top of the menu just like original. But the submenu will be added from bottom to the top.
Any more suggestions?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #31827
by ivan.milic
Replied by ivan.milic on topic How to make flash submenu title closer to the Main
Then see line:
margin: -100% 0 0!important;
instead of -100% put value in px like -352px you need to find correct value by trying few times.
margin: -100% 0 0!important;
instead of -100% put value in px like -352px you need to find correct value by trying few times.
Please Log in to join the conversation.
Time to create page: 0.173 seconds