- This topic has 3 replies, 2 voices, and was last updated 9 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › How to change the "Featured Image" size of blog post ?
Tagged: blog, featured image
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.
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
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.
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