I am having some trouble with the 3.14 update.
At the bottom under "gkFooter" there is a space thats not suppose to be there.
www.hadbergs.dk
If you disable "gkIsWrapperFixed" you can see this code:
jQuery(document).ready(function(){ // Target your .container, .wrapper, .post, etc. jQuery("body").fitVids(); });
In Layout->Default this code is present in the bottom:
<s-cript>
jQuery(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
jQuery("body").fitVids();
});
</script>
Have tried to remove - string in <s-cript> to <script> but that dosent change anything.
What to do?