Jump to content

Se instala modulo social en el footer y aparece en el top.. (con foto)


RICAR2010

Recommended Posts

A ver... Si abro el hilo es precisamente porque no está instalado en el top y aparece ahí. Sólo está en display header y display footer, que creo que es donde tiene que estar... Qué puede hacer que aparezca ahí arriba?

 

Un saludo

Link to comment
Share on other sites

He podido dar una solución temporal, que es ponerle un margin top de 1896px, pero me gustaría encontrar la solución permanente para olvidarme del tema. En global.css lo que ponía es: 

 

#social_block {
 
padding:0px!important;
 
}
 
#social_block li {
 
float:left;
 
background:none;
 
list-style:none;
 
margin-left:7px;
 
}
 
#social_block li a {
 
display:clearfix;
 
width:34px;
 
height:34px;
 
text-indent:-999px;
 
 
 
}
 
#social_block li.facebook a {
 
 
background:url(../img/f_icon.png) no-repeat 0 0px;
 
}
 
#social_block li.twitter a {
 
background:url(../img/t_icon.png) no-repeat 0 0px;
 
}
 
#social_block li.rss a {
 
background:url(../img/y_icon.png) no-repeat 0 0px;
 
}
 
Hay algo mal??
Link to comment
Share on other sites

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