Salve dolphin73,
Guarda che per accorciare ti servono delle buone forbici. C'è le hai ?
Senno devi seguire questo consiglio:
Apri il
template.css (riga 1821) e trova questo codice:
div.module_menu div div div, div.module div div div, div.module_text div div div {
background-image: url("../images/menu_lt.jpg");
background-position: left top;
background-repeat: no-repeat;
padding: 0 7px 20px;}
lo devi sostituire/modificare con :
div.module_menu div div div, div.module div div div, div.module_text div div div {
background-image: url("../images/menu_lt.jpg");
background-position: left top;
background-repeat: no-repeat;
padding: 0 7px;}
e poi sempre nel
template.css (riga 3410) devi modificare anche questo codice:
#artikel_unten {
background-image: url("../images/artikel_unten.gif");
background-repeat: repeat-x;
height: 0;
margin: 10px 0 0;
width: 100%;}
con questo:
#artikel_unten {
background-image: url("../images/artikel_unten.gif");
background-repeat: repeat-x;
height: 0;
margin: 0;
width: 100%;}
Fatto?