Product images vertical align middle

Home Forums Jevelin Theme Product images vertical align middle

Home Forums Jevelin Theme Product images vertical align middle

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • fredalewko
    Participant

    Please take a look at this page: https://www.finngoods.com/products/

    For the short/wide product images that are aligned to the top, how can I make the vertically aligned to the middle so the product images are even?

    Thanks in advance.

    Solution for this topic

    Hi @fredalewko,

     

    I hope you are well today and 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 ul.products li.product a .test {
        vertical-align: middle;
        display: flex;
    }

     

    Best regards,
    Shufflehound team

    fredalewko
    Participant

    Thank you so much!!!

    You are most welcome here 🙂

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