Recent Topics

1 Oct 25, 2009 10:55    

My b2evolution Version: 2.x

Hi guys I need your help,

on my blog http://tamara.guntmarwolff.com the section "comment/edit/permalink" moves the titel of the next blogentry to the right. How can I change it, that the next blogtitle is underneath again.

I have no clue how that happened...
Please help!! Thanks in advance

2 Oct 25, 2009 11:50

Hi and welcome to the forums

If you open your CSS file and add this to the bottom I think it should work:

.post {
clear: both;
}

L

3 Oct 25, 2009 12:16

Hi Iturner,
you are my hero. I would have had no clue what to do.. Yippiehhhh. it works. Great and thanks again :-)

4 Oct 25, 2009 14:08

No worries, glad it worked ok for you. Great looking blog by the way.

L

6 Nov 15, 2009 19:54

I need your help again: I installed the latest version of the blog and now I have the same problem again. I backed up the css before and overwrote the update. I tried without

.post {
clear: both;
}

nothing works. What can I do???

Please help. thanks!!!

7 Nov 15, 2009 20:58

Hi again

Not sure why this would have happened on an upgrade but try this instead of the previous css:

.bPost {
clear: both;
}

L

8 Nov 15, 2009 21:38

Hey Iturner,

thanks again!!!! It works. THANK YOU!!!


Form is loading...