unless my syntax is off, i'm unsure why my test script isn't working in page_container:
in page_container:
where inspector shows:
again, this is just a test and isn't ultimately what i want to do with the script, but not sure why this isn't behaving as expected?
in page_container:
Code:
<script>
if ( $('body').css('-webkit-font-smoothing') === 'antialiased')
{
$('body').css({'margin-top', '-50px !important'});
}
</script>
</head>
where inspector shows:
again, this is just a test and isn't ultimately what i want to do with the script, but not sure why this isn't behaving as expected?
Last edited: