Homepage › Community Forums › Ally Theme Support › Content archive image size
In the Genesis theme settings I chose the thumbnail size image but the catogory page displays the featured size image. How can I enable the image size choices?
Do you have a link?
Also, do you have anything in your functions.php file or a plugin that could possibly be overriding your images?
http://184.172.176.32/~mediator/category/blog/
The only thing I added to the functions file is “enable author box”.
On line 1365 in your style.css file try removing the width here –
#content .post-image, #content .post-image:hover { padding: 0; width: 99%; }
Thank you! I feel silly I didn’t see that ;-D
No problem……I may need to create an update for that part of the code anyways.
Thanks!