Forum spacing problems. 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.
3 posters

    Forum spacing problems.

    sonyman
    sonyman
    New Member


    Posts : 16
    Reputation : 1
    Language : english

    Solved Forum spacing problems.

    Post by sonyman November 5th 2014, 5:25 am

    Forum spacing problems. Screen10

    All the contents in the middle are pressing outwards to its maximum limit, including text and the forum boxes. How to I make the width of everything inside shorter.

    CSS code
    Code:
    .forabg {
       margin-bottom: 4px;
       clear: both;
       background-color: #transparent;
       background-image: url('http://i534.photobucket.com/albums/ee346/luckyduduhead1/transparent.png~original');
       background-repeat: repeat;
       background-position: 0 0;
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,.5);
       border: 2px solid #;
       padding: 0px 5px;
    border: 1px solid #transparent;
       }
    * html .forabg {
       position: relative;
       height: 1%;
       }
    *+ html .forabg {
       min-height: 1px;
       }
    .forumbg {
       background-color: #transparent;
       background-image: url('http://i534.photobucket.com/albums/ee346/luckyduduhead1/transparent.png~original');
       background-repeat: repeat;
       background-position: 0 0;
       border: 2px solid #;
       padding: 0px 5px;
       margin-bottom: 4px;
       clear: both;
    border: 1px solid #transparent;
       }
    * html .forumbg {
       height: 1%;
       }
    *+ html .forumbg {
       min-height: 1px;
       }
    .forumbg table.table1 {
       margin: 0 -2px -1px -1px;
       }

    http://fjotest.forumotion.com/forum
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Forum spacing problems.

    Post by Ange Tuteur November 5th 2014, 7:35 am

    Hello sonyman,

    Try adding some padding to the main content and margin to the categories.

    CSS :
    Code:
    #main-content { padding:3px }
    .forabg { margin:4px }
    sonyman
    sonyman
    New Member


    Posts : 16
    Reputation : 1
    Language : english

    Solved Re: Forum spacing problems.

    Post by sonyman November 6th 2014, 12:27 am

    Ange Tuteur wrote:Hello sonyman,

    Try adding some padding to the main content and margin to the categories.

    CSS :
    Code:
    #main-content { padding:3px }
    .forabg { margin:4px }


    Thanks again Ange Tuteur, you saved the day as usual.  Very Happy This solved my problem.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51514
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Forum spacing problems.

    Post by SLGray November 6th 2014, 6:46 am

    Topic solved and archived




    Forum spacing problems. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.