Hi I am trying to resize the slideshow as the height was too big so I did this .acm-slideshow .item { position: relative; background-size: cover; height: 50%; }
Now I am getting a big green border
help?
Hi karloshull
You can try to set max height value for slideshow item:
.acm-slideshow .item { max-height: 500px; }
and change to the value which suits your needs.