Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1394941

    I would like to position the “h2.woocommerce-loop-product__title” element to the bottom/center of the product image in the product grid.

    Can you help me please, what code to add to the CSS?

    #1394973

    Hi Akos,

    Please try to add this CSS code:

    #top #wrap_all .av-product-class-minimal-overlay .inner_product_header {
        padding: 10px;
    }
    
    #top .av-product-class-minimal-overlay .inner_product_header_cell {
        vertical-align: bottom;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1395159

    Thank you, that solved my problem.

    #1395174

    Hi Akos,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘WooCommerce Product Grid Title Position’ is closed to new replies.