New Landing How can we help? Themeforest Theme Support Dante Product Carousel Overflow

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #196526
    ronin
    Member
    Post count: 282

    Hi,

    On my carousel products, I’m having an issue where the products show up underneath the proper row of products if I don’t set a height on them, but setting a height makes the product look too long. How can I resolve this?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #196650
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Can you please mark the screenshot to indicate the issue?
    Thanks
    Mohammad

    #196900
    ronin
    Member
    Post count: 282

    The left image shows when there is no height set on the li, but there seems to be an overflow issue where you can see the tops of two products showing up underneath (which they shouldn’t, it’s a carousel). On the right shows when I have set a height, but it looks weird because there’s too much space above and below the product picture.

    #196919
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 767px) {
    .product-image{min-height:100px !important;margin:0px !important;}
    }

    Thanks
    Mohammad

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

You must be logged in to reply to this topic.