Here, as I set the topmost registration in my css:
body {
font-size: {{ font_size }}px;
margin: 0;
padding: 100px 0 20px 0;
width:100% !important;
}
How to change the top pad, which is 100 pixels in the example above, using the simplest javascript function without using jQuery ?
source
share