Jess McKenzie
Jess McKenzie

Reputation: 8385

Sub nav not showing

I cannot seem to work out why the sub nav on the right hand side bar is not showing I have tried changing and adding borders and also z-index but I cannot get any life out of the dropdowns

http://www.smithprint.co.nz/product-category/finishing/

Upvotes: 0

Views: 53

Answers (3)

user3728283
user3728283

Reputation:

Remove overflow on #sidebar.

overflow: hidden; 

Upvotes: 2

Kyojimaru
Kyojimaru

Reputation: 2724

it's because your li is inside #sidebar that you set with overflow: hidden; just remove or comment the css overflow: hidden; for #sidebar ( there are 2 occurrences of it )

Upvotes: 3

Ben
Ben

Reputation: 13615

The problem is using overflow: hidden; on #sidebar

Upvotes: 0

Related Questions