Content archive image size

Homepage Community Forums Ally Theme Support Content archive image size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1759
    darrylo
    Customer

      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?

      #1760
      Wes
      Moderator

        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?

        #1765
        darrylo
        Customer

          http://184.172.176.32/~mediator/category/blog/

          The only thing I added to the functions file is “enable author box”.

          #1771
          Wes
          Moderator

            On line 1365 in your style.css file try removing the width here –

            #content .post-image,
            #content .post-image:hover {
            padding: 0;
            width: 99%;
            }

            #1773
            darrylo
            Customer

              Thank you! I feel silly I didn’t see that ;-D

              #1774
              Wes
              Moderator

                No problem……I may need to create an update for that part of the code anyways.

                Thanks!

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Content archive image size’ is closed to new replies.