Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1065012

    Cherylwoodman
    Participant

    Thanks Joao – that’s great!

    Just one last thing, the product title seems to have more padding between it and the price now (when you hover). Can I adjust this so the padding is the same between the product title, price and add to cart button?

    repasting the link to the page here -> http://honestyforyourskin.co.uk/index.php/shop/

    Thanks,

    Cheryl

    #1065663

    Rad
    Moderator

    Hi Cheryl,

    Please try this,

    .post-type-archive-product.woocommerce .price {
        padding: 10px 22px;
    }
    .woocommerce li.product:hover .entry-wrap {
        top: calc(100% - 11.385em);
    }
    

    Thanks!