Product Title and Like Icon Overlap

  • Not Resolved
    Posted in: Highend WP Theme  
  • Customer
    vimo777
    September 16, 2018 at 7:33 pm #130817

    Hello,

    I am having issues with product title and heart icon overlap after the new highend theme update. I had this issue fixed a year ago but the code is not working now. I used the following code to fix it last time:

    #main-wrapper .hb-woo-product .price {
    float: none;
    display: block;
    text-align:center;
    position: static;
    clear: both;
    }

    del .amount, ins .amount {
    font-weight: 100 !important
    }

    .hb-woo-product-details { float: none;
    display: block;
    max-width: 100%;
    text-align: center;
    }

    #main-wrapper .hb-woo-product .like-holder {
    float: none;
    display: block;
    text-align: center;
    position: absolute;
    top: auto;
    bottom: -30px;
    font-size: 14px;
    width: 100%;
    }

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.