Joomla.it Forum

Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => I Template di Joomla 1.5.x => : sonnj 26 Jun 2011, 23:49:35

: Modifica larghezza masthead
: sonnj 26 Jun 2011, 23:49:35
Vorrei cambiare le dimensioni (piu' larga) del "masthead"; ho capito che si trova su style2-bg.css, ma x le dimensioni:

#masthead {    background-color: transparent;    background-image: url("../../images/masthead-bg-red.jpg");    background-position: center bottom;    background-repeat: repeat-x;
: Re:Masthead
: adottauncane 27 Jun 2011, 00:06:07
Riciao sonnj,
ricordati sempre il link al sito...

puoi allargare cosė:

:
#masthead {    background-color: transparent;    background-image: url("../../images/masthead-bg-red.jpg");    background-position: center bottom;    background-repeat: repeat-x;    width: 1200px !important; <--- aggiungi questa riga con i pizel che vuoi
}
style2-bg.css (riga 278)

ma poi devi fare la stessa modifica qui:style2-bg.css (riga 284)
:
.hnav {    background-image: url("../../images/hnav-bg-red.jpg");    background-position: center top;    background-repeat: repeat;    width: 1200px !important;}
qui:

:
#outer-column-container {    border-left-color-ltr-source: physical;    border-left-color-rtl-source: physical;    border-left-color-value: #FFFFFF;    border-right-color-ltr-source: physical;    border-right-color-rtl-source: physical;    border-right-color-value: #F5F5F5;    width: 771px !important;}
e qui:

:
#page-container {    background-color: #FFFFFF;    color: #424D52;    width: 1200px !important;}style2-bg.css (riga 29)

i pixel inseriti sono di esempio naturalmente...