(2013-12-03, 00:04:21)shawn_a Wrote: try width:95% !important;
This doesn't work either. My guess is the cycle plugin code is picking up image dimensions and creating on the fly css which is outputting the width and height. It shows in the view-source as well as shown below.
Code:
<style type="text/css">
#gallery-cycle-slideshow.gallery-cycle {
width: 960px;
height: 400px;
}
#gallery-cycle-slideshow.gallery-cycle .gallery-container {
width: 960px;
height: 400px;
position: relative;
}
#gallery-cycle-slideshow.gallery-cycle .gallery-text {
position:absolute;
width: 960px;
bottom: 0;
background: rgba(0,0,0,0.5);
color: white;
}
#gallery-cycle-slideshow.gallery-cycle .gallery-image {
width: 960px;
height: 400px;
}
#gallery-cycle-slideshow.gallery-cycle .gallery-control {
left: 442px;
text-align: center;
}
</style>