Here's how I set my top padding in my css:
body {
font-size: {{ font_size }}px;
margin: 0;
padding: 100px 0 20px 0;
width:100% !important;
}
How do I change the top padding, which is 100px on the example above using the simplest javascript function without using jQuery?
document.body.style.paddingTop = '10px'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With