First I put a comment tag around the jQuery link to see that it was as suggested above, and no, it is not.
The problem started after I started the media query in CSS. I left it fragmented [I have not finished yet]
Here is a snippet with comment tags around it to disable it.
/* @media screen and (max-width: */
Comment tags for html are different from css tags, which look like this: <!-- [line of html code] -->
To use css: /* [line of CSS code] */
Using comment tags to disable suspicious code is more convenient than simply deleting it.
Hope somone / -mack318 helps
source share