View Single Post
Old 01-04-2014, 05:13 PM  
flowing
Registered User
 
Industry Role:
Join Date: Dec 2013
Posts: 12
You need to play with the z-index to bring elements back/fwd, when something like that happens. The submenu, for example:
Code:
.navigation ul.menu li ul.sub-menu {
  z-index: 10;
}
The pagination issue: you need to be more specific, if you have other anchors on the same container .modelicon

Change
.modelicon a:first-of-type
to
.modelicon > ul a:first-of-type
flowing is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook