GetSimple Support Forum

Full Version: Menu Item Not Linking
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all,
I'm building a simple site and so far love GetSimple.

One small hiccup I'm having today is that my new pages have stopped linking within the menu. You can visit the individual page fine ( http://alcoluccio.com/testsite/index.php?id=our_menu ) and the code looks right when you view source, but when hovering or clicking — nothing. Is there something very obvious that I'm missing?

Thanks.
The menu has all the right mark-up, it's just being clipped (not visually but functionally) by .header which has a height of 279px.

As you can see in the attached screenshot, using Chrome's Developer Tools and hovering over .header in the markup you can see this in action. This just means you'll need to rethink your markup and CSS to accommodate for a taller navigation.

Nice website by the way.
Actually, a simple fix it seems is adding z-index: 10; to header nav (style.css:46).