var dots = document.querySelectorAll('.owl-dots-slider button'); dots.forEach(function(dot) { dot.style.width = 'calc(200px /' + dots.length + ')'; });