Align thumbnails on category page

Home Forums Jevelin Theme Align thumbnails on category page

Home Forums Jevelin Theme Align thumbnails on category page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • worldofpixels
    Participant

    Last support ticket for today, I promise 🙂

     

    I would like to have all my thumbnails (boxes) aligned on the cateogry page of woommerce. This is linked to the size of the thumbnail, if I take another x by x thumbnail my problem goes away.

    But as I will be uploading pictures, I cannot afford to adapt them everytime.

    Also, there will be landscape and portrait sizes.

     

    What is the way to force this ?

     

    Thanks in advance,

    Ben

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi Ben,

     

    Thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce.archive.tax-product_cat ul.products li .test {
        min-height: 191px;
    }
    .woocommerce.archive.tax-product_cat ul.products li .sh-woo-post-content-container {
        min-height: 94px;
    }
    .woocommerce.archive.tax-product_cat ul.products li.product .sh-woo-post-content-container a {
        border: 0;
    }

     

    Best regards,
    Shufflehound team

    worldofpixels
    Participant

    Great work !

    This support ticket can be closed 🙂

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)