My nivoslider slideshow on my index page shows us correctly in chrome, IE 10 and opera. Only in Firefox it shows us up on the right side. Here is my site: http://www.colombian-emerald-jewelry.com/
How can I fix this ?
I appreciate your help
You can also just add float:left;
to the nivoSlider
class
:
.nivoSlider {
float: left;
height: auto;
overflow: hidden;
position: relative;
width: 100%;
}