Reduce featured image size on pages
-
How can I reduce the size of featured images on my pages? I’ve seen CSS for this on posts but I am using pages.
I have not been using featured images because, when I open a page with a featured image, the image takes up nearly all of what you initially see, i.e. most of above the fold. All I see on my large screen desktop computer is my menu, the page title, and the featured image. I want to convey important information above the fold.
Here is an example page created for this question.
https://www.feedbackreigns.net/about-2/viewing-hints/Is the advantage of using a featured image on pages that this image gets into Facebook and Twitter shares.
I use images of various sizes so this may lead to difficulties.
Here is the sort of CSS code that might help me, though I notice it is for posts not for pages.
.single-post .featured-image {
float: left;
width: 150px;
height: auto;
margin: 12px 24px 0 0;
}The page I need help with: [log in to see the link]
- The topic ‘Reduce featured image size on pages’ is closed to new replies.