Ajustar espacio en theme Twenty Ten 1.1

  • Autor Autor pikline
  • Fecha de inicio Fecha de inicio
P

pikline

Dseda
SEO
Quiero dejar mas espacio para que se vea el fondo pero no se que es lo que hay que tocar. Os dejo el principio del Css haber si me hechais una mano
/*
Theme Name: Twenty Ten
*/


/*
RTL Basics
*/


body {
direction:rtl;
unicode-bidi:embed;
}


/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
float: right;
margin: 0 0 0 -240px;
}
#content {
margin: 0 20px 36px 280px;
}
#primary,
#secondary {
float: left;
}
#secondary {
clear: left;
}
 
Atrás
Arriba