In welchem Template ändere ich die Breite der Haupttabelle?

mrbasket
livedemo:
www.pesrevolution.de

Hier will ich die Breite der inneren Tabelle ändern, damit auch Usern ohne Widescreen das scrollen erspart bleibt.

In welchem Template bzw. wo genau kann ich das ändern?


Was genau gemeint ist, seht ihr auf dem Screen:
Maniac_81
Im Designpack
mrbasket
Zitat:
Original von Maniac_81
Im Designpack


wo genau da?

bei den zusätzlichen CSS-Codes?

Im Moment sehen die bei mir so aus:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
form {
padding : 0; 
margin : 0; 
} 
pre {
padding : 0; 
margin : 0; 
font-family : Courier new,sans-serif ;
font-size : 11px; 
} 
.tablepostbit {
color : #b4b4b4; 
background-color : #50a6ca; 
border-left : 1px solid #e4e4e4; 
border-top : 1px solid #e4e4e4; 
border-right : 1px solid #e4e4e4; 
border-bottom : 1px solid #e4e4e4; 
}
#infobar {
 margin: 0px;
 font: message-box;
  }
 
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
 display: block;
 color: InfoText;
 margin: 0px;
 background: InfoBackground url(images/infobar2.gif) no-repeat fixed .3em .3em;
 padding: .45em 0 .45em 2em;
 border-bottom: 1px outset;
 text-decoration: none;
 cursor: default;
  }
 
 #infobar a:hover {
 color: HighlightText;
 margin: 0px;
 background: Highlight url(images/infobar2.gif) no-repeat fixed .3em .3em;
}
actros11
gehe ins ACP >> dann den Designpack bearbeiten der geändert werden soll

suche da >>Innere Tabelle>>Tabellenweite: die % ändern bis du es so hast wie es sein soll
mrbasket
danke. Thread erledigt und abgehakt!