Tagged: featured images
- This topic has 5 replies, 2 voices, and was last updated 12 years, 9 months ago by
StartupWP.
- AuthorPosts
- June 13, 2013 at 10:02 AM #834
StartupWP
KeymasterWe’ve purposely left it blank, so to speak.
Use:
.attachment-post-thumbnail { height: auto; max-width: 300px !important; }Change 300 to your desired width.
Or if you want it to say, float left with a margin for text to wrap around, use:
.attachment-post-thumbnail { float: left; height: auto; margin: 10px; max-width: 300px !important; }Please see: https://startupwp.com/topic/customizing-your-theme/
June 13, 2013 at 10:43 AM #835wmys
ParticipantMany thanks for your quick response.
This works – except that the image in the post itself is now also conforming to that thumbnail size, and I want it to be full size. Here is a blog that shows what I want: http://www.healthyhomecleaning.com/
See how the thumbnails are all squares of the very same size? It gives a nice, uniform look. Then if you go to the actual post, you can see that the image is full-size.
June 14, 2013 at 6:16 AM #838StartupWP
KeymasterYou can just add
.blogin front like so:.blog .attachment-post-thumbnail { height: auto; max-width: 300px !important; }June 14, 2013 at 7:03 AM #840wmys
ParticipantThanks very much. That did the trick. Nice template for a great price. :0)
June 14, 2013 at 6:40 PM #843StartupWP
KeymasterYou’re welcome.
- AuthorPosts
- You must be logged in to reply to this topic.
