Hi guys, I'm doing this website for a friend's business; I'm still learning my thing, so it's still template based. However, somehow I've brought a weird gap into the mix, visible between the title image and the menu. http://www.wordmasseuse.com.au/ Anyone got any idea how to fix this? Thanks!
The stylesheet has a margin-bottom inherited from .block on the wrapper div primary-menu. Remove the margin-bottom.
That will certainly fix the gap but it also causes elements further down the page to bunch up. I suggest zeroing the bottom margin in #primary-menu.block (fusion-acquia-marina-style.css) #primary-menu.block { margin-bottom: 0; overflow: visible; position: relative; z-index: 101; } Code (markup):