Forum is not lined correctly? PhpBB2

25
Jan
2012
Well topic name is not correct but idk how to call this...well when i make some post forum structure changed like this
1 Nera., on 25/01/2012 at 15h25
If you remove the margin from here that's added for all, left, bottom, top & right it will be back to normal.

.forumline {
background: none repeat scroll 0 0 #F0EFE5;
border-radius: 5px 5px 5px 5px;
margin: 5px;
padding: 5px;
}


Than if you still want a margin there add only:
margin-top: 5px;
margin-bottom: 5px;

So the code in the end looks like this:

Code:
.forumline {
    background: none repeat scroll 0 0 #F0EFE5;
    border-radius: 5px 5px 5px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}


You'll do all that in AP > Display > Colors > CSS
2 Amel Nuhanovic, on 25/01/2012 at 15h31
worked thanks...solved
3 Nera., on 25/01/2012 at 15h35
Topic Solved & Locked
Similar topics
I have decided to go with either phpbb2 or punBB due to both of them offering template editing and phpbb3 doesn't but I am having a hard time figuring out which one is better and which on I should use. Which one do you guys like better and why? I value al
I will get straight to the point. The category icons that show if there are new posts are not lining up properly in the table. How can I fix this? http://forumthememedia.forumotion.com/
Sorry for another thread, but I am HAVING so many problems. The problem here is how the points add up. I put the points to + 5 for a message, and a topic. However, when a user goes to a message and types something it only gives them one point and not
See also
more_less
Informations

3 Replies For the topic :
"Forum is not lined correctly? PhpBB2"

This topic has been viewed 327 times.

Last message :
25/01/2012 at 14h51 by "Amel Nuhanovic"