1. accs-web
  2. Commercial Templates
  3. Saturday, 17 January 2015
  4.  Subscribe via email
I have a small problem whereby I can't keep my sub menu visible long enough. When I hover over the parent it appears, and then when I move down to select one of the sub menu items it disappears quickly. This is as soon as focus is lost from the parent. Is there any way of keeping it longer in focus.
Thank you in advance
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciaran,
I have fixed it by changing wrapper height and padding in my template Custom CSS.

#container_hornav .wrapper960 {
height: 62px;

}

#hornav > ul > li > a {
padding: 17px 20px;
}
Increased the height to 62 px and increased padding to 17px. This moved sub-menu closer to the parent menu item so there is no more gap between them.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
That's great :)

Thank you for sharing your solution!

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!