- This topic has 4 replies, 2 voices, and was last updated 10 years, 1 month ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Ally Theme Support › Trouble with Category Archive Thumbs
Actually there are other issues with image sizes that are wonky but right now I’m trying to get Archive listings to show featured images at the selection of 210 by 150 but the link shows a much larger version of the image (in this case, enlarged).
But the selection in the Genesis theme settings shows several options, and I chose 210×150
http://www.tcgihost.com/~miernikd/category/portfolio/real-world-examples/
Take a look on or around line 1361 in your style.css file and remove the width. It will look like this –
#content .post-image, #content .post-image:hover {
padding: 0;
width: 99%;
}
Once you remove the width it should show up fine.
Great. But one little thing now. When I hover, the image shrinks. I like the fading, which still is active but the width looks like it eases to about 90%. Text moves to fill in the gap, etc. Can you point out the rules that affect that so I can maybe remove the shrinking here? Thanks for your help.
I found one solution. I added !important to line 1348
.post-image {
background-color: #f5f5f5;
border: 1px solid #eee;
padding: 4px !important;
}
I wonder if I caused this behavior by with a rule somewhere, maybe removing a border or something.
It may have been extra padding that was added when that particular image hovers….although I can’t see the issue since you have it working. If it happens again just let me know so I can go in and see exactly what it is.