Wednesday 02 February 2005 2:17:29 pm
You can do that in ez_root/design/base/stylesheets/site.css
div#allcontent
{
width: 750px;
margin: 0 auto 0 auto;
height: 700px; /* your height */
}
or in ez_root/design/base/stylesheets/core.css
body
{
height: 700px; /* your height */
}
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|