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.

Changing The Width Of Each Section

3 posters

Go down

Solved Changing The Width Of Each Section

Post by dmwdead909 Tue Apr 26 2011, 03:56

Here is an image of my forums with arrow pointed to what ima ask.
So my question is, can you set the width of each section where the arrows point to your liking?
Changing The Width Of Each Section Lmc10
dmwdead909
dmwdead909
Forumember

Male Posts : 124
Reputation : 0
Language : English
Location : Pomona

http://lmc-forums.inmyclan.com

Back to top Go down

Solved Re: Changing The Width Of Each Section

Post by Nera. Tue Apr 26 2011, 10:08

Try inserting width for the tables to fit your wishes.
1. This is for the first tabe (Forum table)
Code:
.pun table.table th.tcl {
    padding-left: 0.5em;
    width: 500px;
}

2. This is for 'topics and posts tables'
Code:
.pun .table .tc2, .pun .table .tc3 {
    text-align: center;
    width: 20%;
}

3. This is for Latest post table
Code:
.pun table th.tc2, .pun table th.tc3, .pun table th.tc4, .pun table th.tcl, .pun table th.tcr {
    overflow: hidden;
    width: 200px;
}

Assuming you're asking for punBB.
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: Changing The Width Of Each Section

Post by dmwdead909 Wed Apr 27 2011, 00:25

Thanks allot. This was exactly the answer I was looking for.
dmwdead909
dmwdead909
Forumember

Male Posts : 124
Reputation : 0
Language : English
Location : Pomona

http://lmc-forums.inmyclan.com

Back to top Go down

Solved Re: Changing The Width Of Each Section

Post by kirk Wed Apr 27 2011, 00:54

Since the question appears to be solved i will now mark and lock the thread.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Back to top

- Similar topics

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