Ok, amateur question here but im really bumping my head.
Using the jQuery below, i would like to add margin-top:-100px; to the height value.
Please help! Thanks
You can just add the css.
$('#home').css('margin-top','-100px');