Published
- 1 min read
javascript set left margin
The solution for this is noted below
javascript set left margin
Solution
document.getElementById('myDiv').style.marginLeft = '50px'
Try other methods by searching on the site. That is if this doesn’t work