Topic: how to change website width
how do i change website width to 800, thanks ;D
como cambio lo ancho de la pagina? gracias
Last edited by ruben (2009-07-11 23:52:44)
You are not logged in. Please login or register.
how do i change website width to 800, thanks ;D
como cambio lo ancho de la pagina? gracias
Last edited by ruben (2009-07-11 23:52:44)
Css?
Ypu muust change divs like #contenido:
div#contenido {
width: 57em;
margin: 0 auto 0 auto;
padding: 0 2em 0 2em;
}to:
div#contenido {
width: 800px;
margin: 0 auto 0 auto;
padding: 0 2em 0 2em;
}do this with #contenido, #foot, #top.. etc.
Powered by PunBB, supported by Informer Technologies, Inc.
Powered by PunBB