Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1131740
    Ronald
    Participant

    Hello,

    Please, I need your help in adjusting the line height when hovering over a product. Please could you have a look, I will private reply with login, my attached screenshots are normal- and hover stances and I hope you will see what I need to achieve, I just need this not to be covering the shop name.

    Thank you.
    Ronald.

    #1131745
    Ronald
    Participant
    This reply has been marked as private.
    #1131833
    Christian
    Moderator

    Hey Ronald,

    Can you give us more details on what you want to achieve?

    Thanks.

    #1131960
    Ronald
    Participant

    Thank you for your reply 🙂

    Basically, when hovering over the product I want the product name just a little higher so that it doesn’t cover the vendor name.

    Is it possible to reduce the space between the button, the product name and the button, so they can be closer.

    Regards
    Ronald.

    #1132082
    Jade
    Moderator

    Hi Ronald,

    Please add this code in the customizer:

    .woocommerce li.product:hover .entry-wrap {
        top: calc(100% - 12.5em);
    }

    Hope this helps.

    #1132316
    Ronald
    Participant

    Thank you very much, this helped a lot.

    Just one more thing, is there a way to raise the product name a little so that it wont touch or go over the block with the vendor’s name behind it.

    Ronald.

    #1132629
    Jade
    Moderator

    Hi there,

    Please add this code:

    .woocommerce li.product .entry-wrap {
        top: calc(100% - 5.5em);
    }
    
    .woocommerce li.product .entry-header h3 {
        padding-bottom: 1em;
    }

    Hope this helps.

    #1132950
    Ronald
    Participant

    Hi Jade.

    Thank you very much for your help and for pointing me in the right direction.
    Much appreciated.

    🙂
    Ronald.

    #1133193
    Lely
    Moderator

    You’re welcome Ronald!

    Cheers!

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