Adjusting Featured Image Height (Untitled theme)
-
I’m currently using the Untitled theme and am quite happy with it. However, I would prefer that the featured image on the home page be shorter. I’ve tried many different CSS commands to no avail. Help?
eecorey.wordpress.com
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use the following CSS to limit the height of that featured image on your home page:
.home .singleimg img { max-height: 100px; }You can adjust the number of pixels to the height you prefer. Please let me know how that goes! :)
If you’re interested, we also have tips for getting started with CSS here:
And if you have other CSS questions, most of our CSS support is done in our CSS Customization forum:
https://en.forums.wordpress.com/forum/css-customization
You’re welcome to search that forum for tips or post a new thread with your questions. The expert staff and volunteers in that forum can help guide you to a solution. :)
-
- The topic ‘Adjusting Featured Image Height (Untitled theme)’ is closed to new replies.