Forums
Forums / Theme: Twenty Thirteen / Sub-menu disappears on hover
(@stevie77n)
10 years, 7 months ago
Hi,
A client of mine has asked me to help them with a sub-menu issue on their website developed using the TwentyThirteen theme. Link below:
http://all-cure.co.uk/
The sub-menu for the ‘Services’ menu item disappears when you move your mouse down over it to make a selection.
Can anyone help me fix this please?
Thanks!
Steve.
Fixed.
I added the following css to the #navbar class:
position: relative; z-index: 100;
Seems the main content area was sitting above the sub-menu drop down so the drop down disappeared when trying to hover over it.
The topic ‘Sub-menu disappears on hover’ is closed to new replies.