Hi!
1. The issue with the Fluid Grid seems to have been caused by CloudFlare’s Rocket Loader feature, which loads all JS asynchronously for performance, after setting this to OFF, the issue with the fluid grid was gone.
2. I’ve checked with CloudFlare the result (your screenshot) of you trying to access my blog – and it seems like your IP is blacklisted on CloudFlare network, which is why the blog is not even being displayed for you. I’m not sure about that, but if you want I can try whitelisting your IP in the cloudflare settings.
3. One new issue, since my theme-update to v1.9 the mobile logo isn’t properly scaled on mobile devices – I’ve checked with iPhone5 (iOS7) and Samsung S2 (android 4) and the result is the same on both devices. I have tried adding
.responsive-logo {background: url(mobile logo URL) no-repeat;}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.responsive-logo {background: url(Retina Mobile LOGO url) no-repeat;
or
.responsive-logo{background-size:100% auto;}
as you suggested, but none have helped.
Do you have any other suggestion on that?
Thank you,
Martin