Jump to content

(SOLUCIONADO)modulo reaseguros y pie de pagina


melose

Recommended Posts

Fichero:

 

modules/blockreinsurance/style.css

 

Busca esto:

 

#reinsurance_block {background:url(../blockreinsurance/img/bg_reinsurance_block.gif) repeat-x 0 0 #c3c7cb}

 

Y déjalo así:

 

#reinsurance_block {
margin-top: 25px;
background:url(../blockreinsurance/img/bg_reinsurance_block.gif) repeat-x 0 0 #c3c7cb
}

 

Luego en el fichero:

 

modules/prestaloveeasyfooter/css/prestaloveeasyfooter.css

 

Busca esto:

 

.block-prestalove-easyfooter {
float: left;
width: 100%;
padding: 0px 0px 0px 20px;
margin: 0px 0px 0px -20px;
}

 

 

Y déjalo así:

 

.block-prestalove-easyfooter {
float: left;
width: 100%;
padding: 0px 0px 0px 20px;
margin: 0px 0px 20px -20px;
}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...