Home Forums Themes Support TeeSpace Product Slider hover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11149
    urbangap
    Supported

    Hello, I have a problem with the product slider, on hover the cell is cut off, it seems to not have enough space. See screenshot please.

    PW Home

    Thanks

    #11150
    urbangap
    Supported

    I attach screenshot, in the previous message it was rejected, perhaps due to excessive weight.

    #11151
    urbangap
    Supported

    I attach screenshot, in the previous message it was rejected, perhaps due to excessive size.

    Attachments:
    You must be logged in to view attached files.
    #11159

    Hi,
    Thanks for contacting us and choosing our product!
    If you notice we don’t use Product style hover have box shadow with Product Slider widget because it will hidden when out of Slider box.
    However you can try some solution:
    1. Go to Appearance -> Additional CSS & add this code:

    .haru-woo-product-slider--padding.haru-woo-product-slider--product-style-2 .slick-list {
      overflow: visible;
    }
    .haru-woo-product-slider--slick.haru-woo-product-slider--product-style-2 .slick-slide {
    	transition: all .3s;
    }
    .haru-woo-product-slider--slick.haru-woo-product-slider--product-style-2 .slick-slide:not(.slick-active) {
    	opacity: 0;
    	visibility: hidden;
    	transition: all .3s;
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.