¿como hacer columnas en contenido principal? ¿Que necesito?
Como esto:
gracias
| ||||
Respuesta: Columnas a modulos en el contenido principal. Que necesitas? no se? explicar mejor?
__________________ Drupal Argentina |
| |||
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 |
| ||||
Respuesta: Columnas a modulos en el contenido principal. Podrias usar alguno de los varios modulos que lo pueden hacer. Panels, Views, etc. Obviamente vas a tener que tocar el css o diseño para lograrlo. o hacerlo manualmente, llamando desde el nodo (previamente diseñado que se muestre en bloques) y solo llamar a los campos que quieres mostrar.
__________________ Drupal Argentina |
Etiquetas: |