The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Forum is not lined correctly? PhpBB2

2 posters

Go down

Solved Forum is not lined correctly? PhpBB2

Post by Amel Nuhanovic January 25th 2012, 2:51 pm

Well topic name is not correct but idk how to call this...well when i make some post forum structure changed like this
Forum is not lined correctly? PhpBB2 35d0qcg


Last edited by Amel Nuhanovic on January 25th 2012, 3:34 pm; edited 1 time in total
Amel Nuhanovic
Amel Nuhanovic
Forumember

Male Posts : 152
Reputation : 1
Language : Bosnian
Location : Bosnia and Herzegovina

Back to top Go down

Solved Re: Forum is not lined correctly? PhpBB2

Post by Nera. January 25th 2012, 3:25 pm

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
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Forum is not lined correctly? PhpBB2

Post by Amel Nuhanovic January 25th 2012, 3:31 pm

worked thanks...solved
Amel Nuhanovic
Amel Nuhanovic
Forumember

Male Posts : 152
Reputation : 1
Language : Bosnian
Location : Bosnia and Herzegovina

Back to top Go down

Solved Re: Forum is not lined correctly? PhpBB2

Post by Nera. January 25th 2012, 3:35 pm

Topic Solved & Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum