möchte gerne die breite meines phpBB 3.0.6 ändern da ich es in ein anderes Portal integrieren möchte.. ich habe in meinem Styles Ordner das stylesheet.css folgendermßen angepasst:
Code: Alles auswählen
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #444;
background: #A4ACB2 url(images/body.gif);
font-size: 10px;
margin: auto;
padding: 0;
max-width: 75%;
}
Danke euch