News:

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

Main Menu

Changing width of "poster" column in display.template.php

Started by ehsizzup, May 03, 2010, 09:54:54 PM

Previous topic - Next topic

ehsizzup

Hello all.

I'd like to change the width of the left column <div class="poster"> in the display.template.php of SMF2RC3.

Currently, it's wider than it has to be.   I would like it to auto-shrink to the width the content or fix it at a smaller width.


Thanks in advance for the help.



G.

                  

Antechinus

Index.css:

/* poster and postarea + moderation area underneath */
.poster
{
float: left;
width: 15em;
}
.postarea, .moderatorbar
{
margin: 0 0 0 16em;
}


Advertisement: