Okay
  Public Ticket #1387993
Blog post featured image size
Closed

Comments

  •  1
    sam_ssnyc started the conversation

    I'm having trouble changing the size of the featured image container on individual blog posts. Is there an easy way in the Theme Options or Custom CSS to control this?

    Thanks!

    {"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi Sam,

    Hmm to do that you can add the code below to your Custom CSS area:

    .single-post .row .post-image {
        max-height: 350px;
    }
    .single-post .row .post-image img {
        height: 350px;
        width: auto;
        margin: auto;
        position: relative;
    }

    So it will make all your featured images on your blog posts to be 350px maximum.

    Or if you want to make this change only on this blog post then you can go to that page and paste the CSS code on the Parameters and Options > Custom CSS area. More info on this article Post Parameters and Options.

    Have a great weekend!

  •  1
    sam_ssnyc replied

    That worked! Thank you so much!

  • [deleted] replied

    You're welcome Sam

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.  A huge thank you from Laborator in advance and have a great weekend!

    Will set this ticket as solved from here.