How to change the "Featured Image" size of blog post ?

Homepage Community Forums Epik Theme Support How to change the "Featured Image" size of blog post ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11382
    Nandita
    Customer

      Presently my featured image size is 730 x 420 px. So, although I’ve center aligned my image, texts are still appearing alongside the image.

      I want to change the featured image size to 650 x 420 px.

      How can I solve this problem ?

      My blog is http://shoutaBRAND.com/blog

      Thank you.

      #11394
      Eric
      Customer

        You can change or add more image sizes to select from by looking in your functions.php file it will look something like this –

        // Add new image sizes 
        add_image_size( 'featured-img', 730, 420, TRUE );
        add_image_size( 'featured-page', 341, 173, TRUE );
        add_image_size( 'portfolio-thumbnail', 348, 240, TRUE );

        then just copy/paste one of those lines and change the number to the sizes you want.

        Also, I don’t think you can center those images by default since the Genesis Framework (not the child theme) adds the images with either an alignleft or alignright class to the featured images.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #11398
        Nandita
        Customer

          I changed the Featured Image Size as you told above. But my purpose is not solved.

          The texts are still appearing alongside of the featured image. I’m trying to put the texts below the image.

          Please have a look – My blog is http://shoutaBRAND.com/blog

          Is there any way to solve this?

          Thank you.
          Nandita B.

          #11402
          Eric
          Customer

            If you made your images wide enough then the text will automatically show up under the image. If you don’t then it will show up on the side since the class that is added to the image is alignleft or alignright…..This is what the Genesis Framework (not the child theme) adds to those images. One way to fix it is to follow this tutorial – http://bit.ly/1nGzUAr and that will adjust the text in the way that you need.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.