Reducing Featured Image Height
-
I would like to reduce the height of the Featured Images on all pages. I want to be able to see the page’s information without having to scroll down several times. Currently they are almost 600px in height and I’d like them to be about 300px. (islandpetvetservices.com, Radiate theme)
The blog I need help with is: (visible only to logged in users)
-
You know, I’m not sure we can do this. First off you are going to have to redo all your featured images on pages so that they are only 300px tall by about 1200 wide. I would suggest starting with a draft page that you can preview to see how things work. Add the following to your custom CSS and then do a draft page.
.featured-image { max-height: 300px; overflow: hidden; } .featured-image img { max-height: 300px; width: auto; } -
-
- The topic ‘Reducing Featured Image Height’ is closed to new replies.