Code ended up working when i added body as below:
#sidebar-primary {
display: none;
float: left;
}
.featured-wrapper {
float: left;
width: 100%;
}
body .content-wrap {
float: left;
width: 100%;
}
I’ve got the same problem, but I have caching set up through .htaccess.
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType text/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 7 days”
</IfModule>
## EXPIRES CACHING ##
I assume if I can shorten the default caching for the widget that will solve the problem, I just don’t know how to do that.
Hopefully you can see the problem on the righthand bar at eigenmotion.ca… upon second load of the site you just get “- @eigenmotion, 1970/01/01” where a random Tweet should be.