All of a sudden my blog posts are not mobile responsive in mobile Chrome. This just happened and had been fine. Here is what it looks like:
http://screencast.com/t/cJQiaLN9c2bB
On my iphone it looks fine in Safari, it is responsive, but in Chrome it looks like above.
I tried deactivating several plugins and still looked like that.
It also looks fine on all my other pages, it’s just blog posts that are doing this, here is my homepage looks fine:
http://screencast.com/t/Plg4Hhfiknf
Any ideas to help? Domain is mikereinold.com but again only blog posts are doing this. Thanks!
Hey mikereinold!
Thank you for using Enfold.
A little css issue. Please add this in the Quick CSS field:
.html_header_sidebar .av_default_container_wrap, .html_header_sidebar .container_wrap_first {
float: none;
}
Regards,
Ismael
Thanks so much!