PDA

View Full Version : Last Post and View columns


BrettJC
08-04-2012, 10:45 PM
Hi All,

I have a lot of white space on the right side of my forumdisplay how can I move these columns over to the right and shorten the grey box around views.

In the attached I have changed the phrase Last Post By to Seller.

Gio~Logist
08-07-2012, 03:17 AM
You would need to edit the css for your style

BrettJC
08-07-2012, 05:08 AM
I am using a copy of the default style, any idea on where I should be looking?

BrettJC
08-07-2012, 06:10 AM
ok I found most of it just the grey area to move, any idea on how to move this over

Gio~Logist
08-07-2012, 10:09 AM
Try something like:.threadlisthead span.threadstats {
margin-left: -100px;
}

Raise the 100 if you want it more to the left, etc.

BrettJC
08-08-2012, 02:50 AM
Thanks Gio,

That moved the headings but this sorted my issue thanks for the tips

.threadbit .threadstats {
margin-left: 150px;
}

--------------- Added 1344405253 at 1344405253 ---------------

All I need to do now is remove the grey behind Views.