My site has stopped being responsive and I'm not sure why. It was fine a few days ago, and I've been working on it, and when I do test the mobile view, I usually just slide the browser window smaller, check, and then resize it. But I just went to check it on my phone (Galaxy S4, tried several different browsers) and it's tiny now. It still gives the mobile menu, but it doesn't resize anything, and it's super small and the links in the mobile menu don't work. When I resize the site in a desktop browser, it does resize properly and the links DO work. I'm not sure how to fix it and have been trying for hours. I even updated ond overwrote to the latest template version just now 3.10.1eb (was using J) and did no good. I removed all the Override.css I have (see below) and that also didn't work so I put it back. Can you please help? If you need the URL I will need to make the site "Live" and PM you the address please. Thank you for your time.
Override CSS:
.gkIsWrapper-gk_musicstate figure > div:before { background: none; }
body {
background: #fff;
color: #777;
font-size: 14px;
font-weight: 300;
line-height: 1.9;
margin: 0;
min-height: 100%;
padding: 0;
word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #0072CE;
font-weight: 400;
line-height: 1.6;
margin: 0 0 1em 0;
padding: 0;
}
article header h1, article header h2 {
font-size: 24px;
font-weight: 400;
text-transform: capitalize;
}
#gkHeader {
/*background-size: cover;*/
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 40px;