Featured Image Size

May 2014 WordPress Theme
GK User
Fri Apr 03, 2015 7:50 pm
Hi
Is there a way to set the featured image size?
I would like to use images of 200 x 100 but any images I use fill the whole width of the screen.

Thanks
User avatar
Junior Boarder

GK User
Fri Apr 03, 2015 11:36 pm
Hi,

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
article figure.featured-image img {
width: auto!important;
}
User avatar
Moderator

GK User
Sun May 10, 2015 5:46 pm
Thanks this works but the image still isn't small enough is there any way to make the image smaller?
User avatar
Junior Boarder

GK User
Mon May 11, 2015 9:46 am
I can't find your site with these images, could you provide the url here or via PM?
User avatar
Moderator


cron