What i would like to do is have a little more ‘white’ under the menu before the post/page starts (maybe the same amount as from the header image to the menu?), but i dont know how to go about this. I have tried just inserting <br><br /> in my header.php under the Suckerfish menu code, but alas, nothing happened.
Im sure there is a simple solution to this but i just cant wrap my head around it.
Your menu looks odd, I’m assuming you are working on it at the moment? I can’t really see how to fix your current problems either as the code is looking a little spaghettish.
You should generally be able to add some space above and below the menu by using by adding the following to the end of your menu’s CSS:
[code:2vpphtwq]#suckerfish {margin-top:100px;margin-bottom:100px}[/code:2vpphtwq]
Hi Ryan, and sorry for the (very) late reply, the mail got lost somehow. Yes, i am still working on the site so thats why it looks weird (actually it only works in Firefox right now). I will try to clean the code up at some point as well ” title=”Smiley” />
Anyways thanks for your reply, the advice, and a very nice and versatile menu.
Just in case anyone else is fiddling around with this, in my code its #suckerfishnav {margin-top:100px;margin-bottom:100px} and not #suckerfish {margin-top:100px;margin-bottom:100px}