Elliott, still seeing this issue on the latest version. Check the following:
Look under Blog -> datePublished.
The datePublished should be different on all of the blog posts.
The following in Quick CSS worked for me:
@media only screen and (max-width: 767px){
#wrap_all {
position: relative;
}
}
The following in Quick CSS worked for me:
@media only screen and (max-width: 767px){
#wrap_all {
position: relative;
}
}
Having the same issue after the 3.0.8 update.