Take a look at this page and click on the arrows to activate the carousel: http://bethhaim.spin-demo.com/browse/divisions/i
As you can see, the ul overflows over the div with the black background, I need to fix this.
I’ve created a class called .stop_overflowing_plz and inside of that I’ve put a ul which is part of the carousel you see. The purpose of that new class is to stop the ul from overflowing all the way over the black div, but isn’t working as intended.
Anyone know what I could do in order to keep the ul inside of .stop_overflowing_plz and stop it from overflowing like it currently is doing?
You appear to have the following CSS applied to the
ul:You need to change
positiontorelativeotherwise it will always position itself relative to the page and not the surrounding div.