Slideshow problem

Permalink
Hi

Just setting up my first template for concrete5 and must say its is by far the best CMS I have ever used. One problem that I can't seem to find a solution to is when I insert the slideshow block I get a margin at the top, not sure if its my CSS or something in the slideshows CSS. I have attached a screen grab so you can see the problem. If I drop a static image in it sits perfectly so not too sure why its doing this.
I can include my CSS if required.

Thanks in advance
Karl

1 Attachment

abovecreative
 
marxion replied on at Permalink Reply
marxion
Does it behave this way when out of edit mode after adding?

-mark
abovecreative replied on at Permalink Reply
abovecreative
Does the same when out of edit mode, I thought it was that at first as I noticed when the edit bar is along the top it moves certain things down. I then wondered if it is anything to do with the positioning in the view.php css but I've fiddled with it and it makes no difference.

.ccm-SlideshowBlock-display{ position:relative; width:100%; height:auto; }
.ccm-SlideshowBlock-display .slideImgWrap{ position:absolute; width:100%; height:auto; top:0px; left:0px; }

Its probably something really simple but I can't seem to find the solution!!
abovecreative replied on at Permalink Reply
abovecreative
Right, I think I figured out what the problem is. I actually cropped the images down as they were to high for the design so I guess it must be keeping the height of the original slideshow. Anybody know where I alter the height, its not the CSS as the height is set to auto. Stumped!
marxion replied on at Permalink Reply
marxion
If you have cropped the image already you may just need to clear the cache in the Dashboard or remove the Slideshow and re-create with the new sized image.

-mark
abovecreative replied on at Permalink Reply
abovecreative
No worries, I fixed it. Didn't know it was cached and that was the problem