Forum is not lined correctly? PhpBB2 Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
2 posters

    Forum is not lined correctly? PhpBB2

    Amel Nuhanovic
    Amel Nuhanovic
    Forumember


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

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


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

    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
    Amel Nuhanovic
    Amel Nuhanovic
    Forumember


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

    Solved Re: Forum is not lined correctly? PhpBB2

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

    worked thanks...solved
    Nera.
    Nera.
    Energetic


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

    Solved Re: Forum is not lined correctly? PhpBB2

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

    Topic Solved & Locked