Joomla.it Forum

Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => I Template di Joomla 1.5.x => : giovanninobike 06 May 2011, 14:24:44

: [RISOLTO] JA_PURITY_II - Ridurre altezza footer
: giovanninobike 06 May 2011, 14:24:44
Buonasera,
L'oggetto riassume tutta la mia esigenza:
Con il template in oggetto vorrei ridurre l'altezza del mio footer...  :o
Qui il mio URL http://www.dimensionedellavoro.it (http://www.dimensionedellavoro.it)

Grazie!
: Re:JA_PURITY_II - Ridurre altezza footer
: tonicopi 06 May 2011, 14:34:17
Devi dare un'altezza in questa regola in template.css riga 1296:
:
#ja-footer {
  background: url("../images/grad3.gif") repeat-x scroll center bottom #F6F6F6;
  border-top: 1px solid #FFFFFF;
  clear: both;
  height: 50px;
  padding: 20px 0;
}
;)
: Re:JA_PURITY_II - Ridurre altezza footer
: giovanninobike 06 May 2011, 14:43:31
Grazie molte!