It may slow down your site if your storage is almost full.
But if it isn’t, then extra unused images doesn’t really affect the loading speed of your site.
try this code
.post-37 .site-content .entry-content {
margin: 0 auto;
max-width: 720px;
}
and adjust it for every screen you have for example
@media screen and (min-width: 1218px) {
.post-37 .site-content .entry-content {
margin: 0 auto;
max-width: 720px;
}
}
Hi, I visited your site to see what I can do to help but when I tried to do a right click to inspect the elements the site is not allowing me to do so. Is there anyway that you can enable right click on your site so we can see what is causing the problem?
Based from my experience that error message happens when the server of your hosting provider is down or the database is deleted. You may want to check MySQL database to check.