[TYPO3] newbee question: How to control the content area width ?

Bernhard Kraft kraftb at kraftb.at
Sun Jan 8 14:32:47 CET 2006


½Åµ¿½Ä wrote:

> 90% of the content cell which has 550 px width.

If you talk about the BE (TYPO3 Interface) and not the FE (Website which visitors see)
then you would have to change typo3/stylesheet.css
and change:
DIV.typo3-bigDoc, DIV.typo3-noDoc { margin-left: 10px; margin-top: 5px; width: 740px; }
DIV.typo3-noDoc H2 { width: 740px; }
DIV.typo3-mediumDoc { width: 470px; }
DIV.typo3-smallDoc { width: 350px; }

to the appropriate width's


greets,
Bernhard



More information about the TYPO3-english mailing list