Width of the column 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.
4 posters

    Width of the column

    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Width of the column

    Post by TheCrow November 10th 2013, 12:01 pm

    Good Morning everyone!

    I would like to change the width of the main forum columns. The one that show the forums, the statistics column and the last topic column. I cannot find it in the templates. Is there any code i should use?

    My forum is punbb version. Thanks..


    Last edited by Marios94 on November 11th 2013, 9:01 pm; edited 1 time in total
    Ikerepc
    Ikerepc
    Active Poster


    Male Posts : 1186
    Reputation : 167
    Language : Who cares...
    Location : Where web help & support is needed

    Solved Re: Width of the column

    Post by Ikerepc November 10th 2013, 3:29 pm

    Go in administration panel -> Forum -> Configuration

    Change forum width in Pages structure
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Width of the column

    Post by TheCrow November 10th 2013, 4:02 pm

    that changes the categories width.. all i want is this:

    Width of the column Dm06Wo0



    Width of the column Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    Ikerepc
    Ikerepc
    Active Poster


    Male Posts : 1186
    Reputation : 167
    Language : Who cares...
    Location : Where web help & support is needed

    Solved Re: Width of the column

    Post by Ikerepc November 10th 2013, 4:29 pm

    This is codes:
    tcl - forum name
    tc2 - number of topics
    tc3 - number of posts
    tcr - for last post

    Example:

    Paste this in css:
    Code:
    .tcl {
    width: 70%;
    }
    .tc2 {
    width: 5%;
    }
    .tc3 {
    width: 5%;
    }
    .tcr {
    width: 20%;
    }
    If you need right code tell me sizes and I will make it for you, only, it change sizes of topics, number of replies,views etc. If you want change just forums you need to edit template, but it have more job.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Width of the column

    Post by TheCrow November 10th 2013, 4:40 pm

    Ιm sorry my friend but none of the codes above work.. if u want i can show you the code in the template! Will it help u?


    Τemplate:
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Width of the column

    Post by SLGray November 10th 2013, 7:19 pm

    That code is CSS code. Add to your CSS Stylesheet.



    Width of the column Slgray10

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


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Width of the column

    Post by TheCrow November 10th 2013, 7:33 pm

    i did but still nothing



    Width of the column Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Width of the column

    Post by SLGray November 10th 2013, 7:35 pm

    Please post your template here with the code tags.



    Width of the column Slgray10

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


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

    Solved Re: Width of the column

    Post by Ange Tuteur November 11th 2013, 12:05 am

    Hello Marios94,

    I'm just going by your image, but is this what you want?

    Last Posts: Width 250px
    Stats: Width 60px

    Try this in your CSS stylesheet:
    Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet

    Paste the codes below and submit
    Code:
    .pun .main-content .tc2{
    width:100px;
    }
    .pun .main-content .tcr{
    width:250px;
    }
    .pun .main-content .tcl{
    width:700px;
    }
    The cell width distribution is a bit obscure for punbb, but it should resize the cells if it works. You might need to make a few edits to get what you want.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Width of the column

    Post by TheCrow November 11th 2013, 8:01 pm

    Thank you Seth!!! The code works!!! Thank you very much!!!!!!!!!!

    You can close the topic!!! :wouhou: :wouhou:
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Width of the column

    Post by SLGray November 12th 2013, 3:32 am

    Topic Solved & Locked



    Width of the column Slgray10

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