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.

Width of the column

4 posters

Go down

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
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

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
Ikerepc
Ikerepc
Active Poster

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

http://admins.forumotion.com

Back to top Go down

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
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

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.
Ikerepc
Ikerepc
Active Poster

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

http://admins.forumotion.com

Back to top Go down

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:
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Width of the column

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

i did but still nothing
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

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:
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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