If you look at the round featured images (like in the delicious desserts section) on the 768 and 1024 widths, you’ll see that the first two images are displaying correctly but the third image is still large like the original display.
I’m using this code to shrink those sections so they’ll still be side-by-side on the iPad views:
I’m in Chrome and I don’t see it anymore either (??). I added those links to more from the category (“More Desserts”) and now in the normal view, the circles don’t fit 3 to a line. With Paul’s help, I added this before and it was working fine.
It’s not working because it’s not the last child any more as you have added something after it. You will need to add a class to that element instead (or use :nth-of-type if you only want modern browsers support).
However it still won’t fit unless you also restrict the width of that last item to 200px as you only have 680px space to play with (.content is 680px wide). The new text captions are pushing the width wider than the captions you had before.
Add a class (.last) to those last items and use this code:
Thanks so much. I ended up increasing the width of that section so they will all fit.
Can I ask you one more question while I’m here? On the category archive pages (http://goo.gl/XK8n9W), the featured posts in the footer widgets (center section) are all messed up. If you look at them on any other page (Home, About, etc.) they display correctly. I’m trying to override the conflict with CSS, but I’m not having much luck. Do you see what needs to happen to straighten them out?