Resizing Featured Image problems
-
Help! I cannot figure out what i am doing wrong. I am trying to resize and position the featured image about the posts. The featured image size is stuck on the size of the parent theme.
I added this in the functions.php:
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 640, 400, true );and this in the stylesheet:
.post-thumbnail {
height: 400px;
width: 640px;
float: center;the site that I am working with is new.theoguide.com/newsite
Any help on why it is not working would be much appreciate!
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Resizing Featured Image problems’ is closed to new replies.