Informazione

3 contenuti / 0 new
Ultimo contenuto
Anonimo (non verificato)
Ritratto di Anonimo
Informazione

[hidden]

Drupal Version:

Perchè non provi ad aprire il file Cascading Style sheet del Tema che vuoi /stai usando.
Se vai su drupal.org ne trovi una cifrata di temi
http://drupal.org/project/themes

anche qui cè del gratis e del mezzo gratis con temi interessanti :
http://www.siteground.com/drupal-hosting/drupal-themes.htm

Ad esempio GARLAND ha il file di style : FIX IE . CSS
ecco le prime righe :

/**
* Themetastic, for Drupal 5.0
* Stefan Nagtegaal, iStyledThis [dot] nl
* Steven Wittens, acko [dot] net
*
*/

body {
/* Center layout */
text-align: center;
/* Allow text resizing */
font-size: 80%;
}

#header-region, #wrapper #container {
/* Reset text alignment */
text-align: left;
}

#wrapper #container #center {
/* Reduce amount of damage done by extremely wide content */
overflow: hidden;
}

#wrapper #container #center .right-corner .left-corner {
/* Because of the lack of min-height, we use height as an alternative */
height: 400px;
}

fieldset {
/* Don't draw backgrounds on fieldsets in IE, as they look really bad. */
background: none;
}

ul.primary {
/* Fix missing top margin */
position: relative;
/* top: 0.5em; */
}

Se metti le mani qui riesci a fare parecchie modifiche e mettere i parametri che piacciono a te e non al Garland standard ! ( spero che era questo il problem ! )

Fammi sapere se ti è stato utile : comunque cerca anche siu google.it : temi per drupal ...ecc... e dopo metti i tuoi valori per stringere testi / colonne / ecc..

mapoboss (non verificato)
Ritratto di Anonimo

[hidden]