css positioning issue with jquery slider
问题 I have a slight issue, keeping the content in my carousel in place when i increase my screen size beyond 1200px content pushes to the left hand side of the screen click here I've nested the carousel in it's own wrapper and given it the following css properties .carsousel-container{ position: relative; width: 100%; } .carousel{ max-width: 1000px; width: 100%; margin: 0 auto; min-width: 320px; position: absolute; } .carousel-bg{ margin-top: -542px; } .left-side{ margin: -487px 40px; } #shots