Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1063076
    robvandalen
    Participant

    Hi,

    On e.g. http://blinckt.nl/portfolio/reportage-claudia-de-breij-delamar/ you can see that the included featured image is being stretched out beyond the edges of the other images below it. (perhaps margin or padding issue?) I would like the featured image to be the original size of 1200px wide, just as the images included in the post.

    Is there a way to code this in CSS?

    Included a screenshot too, hope the question makes sense

    #1063152
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .single .entry-featured {
    padding: 0 10%;
    }
    
    .single .entry-content {
        margin-top: 1%;
    }
    
    

    Hope that helps,

    Joao

    #1063170
    robvandalen
    Participant

    GOLDEN!

    And so fast.

    Thanks

    #1063190
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1063076 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>