Hi,
Thank you for the update.
The post doesn’t look like that on our end. Which browser are you using? Please check the screenshot below.
Screenshot: https://imgur.com/a/Skfj5VN
Did you check it on incognito mode?
Best regards,
Ismael
This is on Google Chrome, also in incognito mode. See printscreen.
Google Chrome is up-to-date
Versie 83.0.4103.61 (Officiële build) (64-bits)
Hi,
Thank you for the screenshot.
Please look for the previous code that we suggested above..
.single .template-blog .post .entry-content-wrapper {
background: #ffffff;
padding: 30px;
margin-top: -10px;
margin-right: 50px;
}
.., then replace it with the following.
.single big-preview.single-big {
padding: 0;
}
.single .template-blog .post .entry-content-wrapper {
width: 100%;
background: #ffffff;
padding: 30px;
margin-top: -10px;
margin-right: 0;
}
This is how it should look after adjusting the code.
Screenshot: https://imgur.com/a/1792BVC
Best regards,
Ismael