Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #1218348

    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

    #1218675

    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)

    #1219051

    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

Viewing 3 posts - 31 through 33 (of 33 total)
  • You must be logged in to reply to this topic.