PDA

View Full Version : How do I make last post column on forumhome larger?


MixMakers
01-30-2010, 04:06 AM
I would like the last post column on the forum home to be larger, but im not quite sure what to do. Here's a picture to explain what im trying to accomplish:

https://vborg.vbsupport.ru/

Any help would be appreciated.

Lynne
01-30-2010, 03:00 PM
.forumbit_post .foruminfo {
min-width:30%;
width:57%;

}

Change 57 to whatever you want. Put that code in the additional.css template.

MixMakers
01-30-2010, 06:10 PM
Hi, I've added that to my additional.css template but the change doesn't seem to do anything.

Lynne
01-30-2010, 06:17 PM
You added what? What did you change the value to? Post exactly what you added. It works just fine on my totally default style on my 4.0.1 test site.

MixMakers
01-30-2010, 06:36 PM
Added this code to my additional.css template:

.forumbit_post .foruminfo {
min-width:30%;
width:57%;

}

Tinkered with the 57% and made it as much as 80% but the style seemed to stay the same.

Lynne
01-30-2010, 08:28 PM
I put in the code to decrease the first column there. It is set to 57%. If you don't decrease it, then the Last Post column cannot increase. All the columns are set to percentages. So, you can't *increase* a percentage because the others won't let you, so you need to *decrease* one of the columns. My css will *decrease* the first column if you set it to something less than 57%

Devanand
06-30-2010, 03:17 PM
I would like ti decrease last post column so what should I change?

ChopSuey
06-30-2010, 11:33 PM
Increase the percent :)