Trouble with Category Archive Thumbs

Homepage Community Forums Ally Theme Support Trouble with Category Archive Thumbs

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2188
    stinkykong
    Customer

      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/

      #2189
      Wes
      Moderator

        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.

        #2191
        stinkykong
        Customer

          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.

          #2194
          stinkykong
          Customer

            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.

             

            #2196
            Wes
            Moderator

              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.

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.