Jump to content

botones de image slider muy bajos


Recommended Posts

Me podría alguien decir como subir los botones del image slider para que aparezcan arriba en vez de abajo?

Mis imagenes no son altas suficientemente y desplazan el texto muy hacia abajo...

he provado en  modules-homeslider-css-homeslider css en:

}
/*next button*/
.bx-next {
display:none;
position:absolute;
top:40%;
right:-50px;
z-index:999;
width: 30px;
height: 30px;
text-indent: -999999px;
background: url(../img/gray_next.png) no-repeat 0 -30px;
}
/*previous button*/
.bx-prev {
display:none;
position:absolute;
top:40%;
left:-50px;
z-index:999;
width: 30px;
height: 30px;
text-indent: -999999px;
background: url(../img/gray_prev.png) no-repeat 0 -30px;
 
cambiando los valores de top por varios otros diversos sin coseguir que ni tansiquieran se muevan un pelo....
 
 
 
Gracias.
Link to comment
Share on other sites

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