Visit my website
At the moment, my website features the following code snippet:
<div class="main-sale">
<div class="time-left">Sale Ends in: </div>
<div class="sale-item">
//Highlighted Sale item
</div>
</div>
<div class="slider-container">
<div id="owl-demo" class="owl-carousel">
//Interactive Owl Slider
</div>
</div>
Currently, the width of .slider-container is set at 60%. However, when I attempt to increase it to 61%, the slider container overlaps with the sale item. Why does this occur even though there seems to be enough space for the width to expand?