Topic: Please Help CSS Expert Needed!

Hi gang,

I have integrated PunBB with my wordpress blog www.coastalsurfing.com/forum but I am having a few issues that I can't work out.  I know enough CSS to make me dangerous and can't figure out how to fix the following:

1.  When you click on a forum name the jump to box is misplaced...I don't know how to fix this
     example: http://www.coastalsurfing.com/forum/viewforum.php?id=3

2.  When you click on a forum topic the quick post form is misplaced
     example: http://www.coastalsurfing.com/forum/viewtopic.php?id=2

3.  When you try to post a new topic the posting form and options are misplaced
     example: http://www.coastalsurfing.com/forum/post.php?fid=3 

I would really appreciate any help.

Thanks,
Scott

2

Re: Please Help CSS Expert Needed!

Hey, Im not regged at your forum, so the only problem I can acually see, is the jumpbox. Which can be fixed by giving it a width in the CSS file.
(dont know whats used for the jumpboxes, if they even have a style, if not you'll have to make one...)
e.g.
.jumpbox { width:50px; }