Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1283091
    Melissa437
    Participant

    Hi,

    I would like to restrict the image sizes on my blog posts so that when one clicks on the post the featured images takes up the whole width ..well almost! Can I restrict the size in CSS?
    Thank you:)

    #1283169
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .single-post .entry-featured {
        float: left;
        margin-right: 10px;
        max-width: 400px;
    }
    
    .single-post .entry-wrap {
        padding-top: 0;
    }
    

    Hope that helps.

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