I use adv forum now for 2 days on my site, but can't get rid of a big white space on top of every forum item. it looks like it has something to do with the left side because it gets the height of that.
Look at it here
Removing my right sidebar doesn't help and it's the same on big and small screens.
Does anyone have a solution?
Thanks.
Comments
Comment #2
vm commentednot a bug! developer is seperating the original topic from comments from the looks of it which is perfectly fine.
view the source code:
there is a
<br/>you will want to seek out in the template and removeComment #3
Aquabert commentedWell the
<br/>is not the problem..If anyone know what is causing this problem please shout..
It would help a lot of people because I'm not the only one
thanks anyway misunderstood
Comment #4
vm commentedI typed in the template not in template.php, To avoid confusion I should have typed, theme.
advanced forum comes with tpl.php files which I assume you are using ?
open the adv-forum-post.tpl.php file
scroll to the bottom of the file and you will find the
<br/>Comment #5
vm commentedComment #6
vm commentedI don't see how that isn't the problem. To help you with this I threw adv_formum on a test site, removing that line break and the spacing is gone.
Comment #7
Aquabert commentedWell look at my site and you see that the forum still looks the same without the break..
I'm really happy that you want to help but the
<br/>isn't the problem.Comment #8
Aquabert commentedComment #9
vm commentedthe spacing is now the same between all posts when I view it. Are you stating that you want all spacing gone ?
Comment #10
michelleI think he's talking about the space above the actual content of the post. I had that problem on my site and it was because I had a clear on .content which screwed up the divs. See if you have a stray clearer in your CSS.
Michelle
Comment #11
Max_Headroom commentedConfirmed.
Look at line 373 in your themes style.css. Remove the clear: both;
(tip: if you have not already, get Firebug for FF and use it to test and debug your styling.)
Comment #12
Aquabert commentedThanks a lot for your help..
For FireFox that whas the problem. But IE is just the same :(
Michelle how did you remove the big space for explorer?
Comment #13
michelleAs discussed in the other issue, I don't use IE 6.
Michelle
Comment #14
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #15
james_w commentedI had the same problem with IE 6 and found a fix that works for me.
Edit: themes/yourtheme/advforum/advf-forum-post.tpl.php
Remove the following lines
(61-63):
AND
(88-90):
This worked for me. It also removed the individual comment subjects that I hated anyway. If you want those subject lines for each comment, then this fix isn't for you.
Comment #16
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.