News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Setting Forum Left Column Width?

Started by 017, June 11, 2011, 03:46:47 AM

Previous topic - Next topic

017

Like the title says, I want to change the size of the left column in my forum posts. How might I go about changing this in 2.0 RC5?

Joker™

Quote from: 017 on June 11, 2011, 03:46:47 AM
Like the title says, I want to change the size of the left column in my forum posts. How might I go about changing this in 2.0 RC5?
Right now it's 15em, you should work here in css

themes\<theme you are using>\css\index.css

.poster
{
float: left;
width: 15em;
}
.postarea, .moderatorbar
{
margin: 0 0 0 16em;
}



Firebug can do wonders while editing templates ;).
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

017

What of the right column for the actual posts? I'm trying to increase the size but right now the two will collide and cause formatting problems.

Joker™

So how much width do you think is appropriate for user info(left) column?
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

017


Joker™

themes\<theme you are using>\css\index.css (Make backup of file before editing it)

Code (Find) Select
.poster
{
float: left;
width: 15em;
}
.postarea, .moderatorbar
{
margin: 0 0 0 16em;
}



Code (Replace it with) Select
.poster
{
float: left;
width: 19em;
}
.postarea, .moderatorbar
{
margin: 0 0 0 19em;
}
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

Advertisement: