
Originally Posted by
AmeriDistri
balihr,
thanks for your response, and yes all images have the same dimensions.
I' enabling the slideshow for you to take a look.
Thanks again!!!
Hm... This seems to be yet another issue with the module. Why, oh why did I have to update it to the responsive version?
It's something I'll need to figure out how to bypass the original banner system and have it not add image dimensions in the code.
There are 2 possible solutions in your case. One is to add a few lines in your index_home.css file and one is to change your images to 702x200px (or any other height, just make sure width is 702px). If you're going for the latter, you can just add white background and center the image (white on left and right). If you're going with the css version, add the following:
Code:
#slider {
width:500px;
margin:0 auto;
}