Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/03/2011, 08:46
ApoFISSloPE
 
Fecha de Ingreso: febrero-2006
Mensajes: 37
Antigüedad: 18 años, 2 meses
Puntos: 0
Respuesta: Columnas a modulos en el contenido principal.

Hola

Pues hacer el contenido principal como bloques. Como lo del centro de la
imagen que he subido.

Lo quiero para productos.


Las lineas de modificacion seria estas:

----------------------------------------------------------------

.art-layout-cell, .art-content-layout-row (línea 802)

{

background-color: Transparent;

vertical-align: top;

text-align: left;

border-top-width: medium;

border-right-width-value: medium;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: medium;

border-left-width-value: medium;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: none;

border-right-style-value: none;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: none;

border-left-style-value: none;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: -moz-use-text-color;

border-right-color-value: -moz-use-text-color;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: -moz-use-text-color;

border-left-color-value: -moz-use-text-color;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

}

.art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell (línea 812)

{

display: table-cell;

}

.art-content-layout .art-sidebar2 (línea 2356)

{

background-image: url("images/sidebar_bg.png");

width: 180px;

}

---------------------------------------------------------------------

.art-post-body (línea 1809)

{

position: relative;

padding-top: 17px;

padding-right: 17px;

padding-bottom: 17px;

padding-left: 17px;

}

-------------------------------------

Muchas gracias