Change size of featured posts/images, thumbnail
-
Hi,
I am using Dyad 2 and would like to change the format/size of the featured posts, especially the images. They are vertically right now but I’d need them in landscape. Does someone know which css code to use for changing this?In the parent theme the thumbnails are as followed:
/* setting custom image size for thumbnails for dyad 2 */
add_image_size( ‘dyad-2-banner’, ‘1800’, ‘720’, true );
add_image_size( ‘dyad-2-thumbnails’, ‘630’, ‘840’, true );
add_image_size( ‘dyad-2-thumbnails-horz’, ‘680’, ‘455’, true );
add_image_size( ‘dyad-2-featured-image’, ‘960’, ‘1280’, true );
add_image_size( ‘dyad-2-featured-image-horz’, ‘960’, ‘640’, true );I only have the premium version and therefore need to change it in css.
It would be great to keep the design responsive. Either just changing the image format or the whole featured posts.Thank you very much!
-
Hi there @storiestogoblog, the code you’re referring to here is PHP, which can’t be edited via CSS.
And while the CSS could be edited, with the way this theme is designed it would be really tough to get your proposed changes working well in every browser and screen size. You could hire someone from UpWork.com.
Or, you might consider using a theme that’s closer to your objective. This one comes with Premium, for example:
https://wordpress.com/theme/perennial
https://wordpress.com/theme/maxwell
- The topic ‘Change size of featured posts/images, thumbnail’ is closed to new replies.