• text hide image.so can not see image when use quickview on mobile.
    help me,pls.thanh so much.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter khocad

    (@khocad)

    text hide image.so can not see image when use quickview on mobile.
    help me,pls.thanh so much.

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    it’s due to a CSS conflict due to your theme or one of your plugins.
    Please add following CSS code and let us know.

    @media(max-width: 480px){
        #yith-quick-view-modal div.entry-summary {
        position: relative;
        top: auto;
        bottom: auto;
    }
    
    .yith-wcqv-wrapper {
        width: 298px;
        height: 500px;
    }
    
    #yith-quick-view-modal .yith-wcqv-wrapper {
        width: 298px!important;
        height: 500px!important;
        overflow-y: scroll;
    }
    
    #yith-quick-view-modal.open .yith-wcqv-main {
        overflow-y: scroll;
    }
    
    #yith-quick-view-content::before {
        display: none;
    }
    
    #yith-quick-view-modal .quantity .input-qty {
        color: black;
    }
    
    #yith-quick-view-modal div.entry-summary p {
        color: black;
    }
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘error on mobile quickview’ is closed to new replies.