PDA

View Full Version : resize list mode area


keirsten
01-22-2006, 04:04 PM
I'm having trouble finding where the List Mode area is in the CSS. help?

Brian
01-22-2006, 05:15 PM
It's in the List Mode template you're using (probably modern.php).

keirsten
01-22-2006, 05:58 PM
I changed the following to 300

.tableListings {
width: 300px;
border: 1px solid #006699;
margin: 0px;
padding: 0px;

and

.tableTitle {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #004262;
width: 300px;
text-align: left;
vertical-align: middle;
font-weight: bold;
padding: 2px;

I edited the page directly on the server so I know it's 'put'

Brian
01-22-2006, 07:11 PM
Not sure if you're having a problem?

But, I think you are if the title and listings are set to the same width. That wouldn't leave room for the other columns which would make the table wider than 300 in the end. You'll probably need to make the tableTitle width smaller.