PDA


View Full Version : Column Sizes


Morrow
11-30-2004, 09:05 PM
Hello,

Great software here. I was using vbportal but needed something that wasn't so bulky and here it is!

I have a question. Here is my site link http://www.njflyfishing.com. I would like to make the 'last post' column a bit smaller and the 'forum' column a bit larger. Any ideas?

Thanks!

Brian
12-01-2004, 03:35 PM
You could try changing this in your 'adv_portal_latestthreadbits' template:
<div class="smallfont" style="text-align:$stylevar[right]; white-space:nowrap">

To this:
<div class="smallfont" style="text-align:$stylevar[right];">

That may break up the text in there though and cause it to look pretty strange.