Jump to content

Instalado Nivo Slider v1.5 como puedo disminuir el tamaño


jesus_boss82

Recommended Posts

Yo necesito que el tamaño del modulo tuviera unas dimensiones parecido a un banner normal de unos 3-5 cm de alto por el ancho que trae, ahi alguna forma de disminuirlo gracias, ya he disminuido la foto pero el espacio en blanco me lo deja lo podeis ver en www.loliberamos.com,

gracias y un saludo

 

tambien acepto consejos para mejorar la web, gracias

Link to comment
Share on other sites

este es archivo al que te refiere nivo-slider.css,

 

esto es lo viene dentro del archivo, dime el de las dimensiones al que le tengo que tocar,

 

 

 

/* The Nivo Slider styles */

div#slide_holder {

clear: both;

height: 404px;

margin: 0 0 10px;

width: 940px;

}

div#slider {

width:940px;

height:404px;

overflow: hidden;

float:left;

}

.nivoSlider {

position:relative;

}

.nivoSlider img {

position:absolute;

top:0px;

left:0px;

}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {

position:absolute;

top:0px;

left:0px;

width:100%;

height:100%;

border:0;

padding:0;

margin:0;

z-index:60;

display:none;

}

/* The slices in the Slider */

.nivo-slice {

display:block;

position:absolute;

z-index:50;

height:100%;

}

/* Caption styles */

.nivo-caption {

position:absolute;

left:0px;

bottom:0px;

background:#000;

color:#fff;

opacity:0.8; /* Overridden by captionOpacity setting */

width:100%;

z-index:89;

}

.nivo-caption p {

padding:5px;

margin:0;

}

.nivo-caption a {

display:inline !important;

}

.nivo-html-caption {

display:none;

}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {

position:absolute;

top:47%;

z-index:99;

cursor:pointer;

}

.nivo-prevNav {

left:10px;

display:block;

width:38px;

height:38px;

text-indent:-9999px;

background: url('../img/nivo_nav.png') top left no-repeat;

}

.nivo-nextNav {

right:10px;

display:block;

width:38px;

height:38px;

text-indent:-9999px;

background: url('../img/nivo_nav.png') top right no-repeat;

}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {

position:absolute;

left:440px;

bottom:10px;

z-index:99;

width:80px;

}

.nivo-controlNav a {

display:block;

width:16px;

height:16px;

background:url('../img/bullets.png') no-repeat;

text-indent:-9999px;

border:0;

margin-right:3px;

float:left;

cursor:pointer;

 

}

.nivo-controlNav a.active {

background-position:0 -16px;

}

 

.nivo-controlNav a.active {

font-weight:bold;

 

gracias un saludo

Link to comment
Share on other sites

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