Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1159759
    JosephVSite
    Participant

    We would like our products on our shop page to display in the same dimensions. I can’t seem to find an option to adjust the image sizes in woocommerce. I go to settings – products – display and no options appear. Our only recourse right now is is to manually size every product image. This is a terrible pain in the neck. Do you know any shortcuts, CSS adjustments, or other options?

    http://soccerkittens.com/shop/

    Thanks.

    Deborah

    #1159806
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .woocommerce li.product .entry-featured img {
        min-width: auto;
        max-height: 130px;
        width: auto;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1159759 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>