• Hi, im facing 3 issues ¿ how can i fix it?

    1.- the Sidecart doesn’t show in front of my sticky header
    2.- the Thumbnails of the item in my cart doesn’t show properly in my home page
    3.- the Quantity of items doesn’t show in the field, in my product page

    this is an screenshot
    https://media.publit.io/file/issues.png

    I tried to paste a css code posted in the forum, but didn’t worked neither the 2 options

    I’m a premium user but cannons access a direct link for support in your homepage
    Thanks! @xootix @xootixsupport

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xootix

    (@xootix)

    Hello,

    Add this CSS

    .xoo-wsc-container {
        z-index: 9999999999;
    }
    
    .xoo-wsc-modal.xoo-wsc-active .xoo-wsc-opac {
        z-index: 999998;
    }
    
    .xoo-wsc-img-col img{
        width: 100%;
        height: auto;
    }
    
    input[type='number'].xoo-wsc-qty {
        padding: 0!important;
    }

    If any of the above issue still exists.
    Kindly share your website link here
    Click on “Chat” Link on the left side.

    Thread Starter vorgem

    (@vorgem)

    Thanks, worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘thumbnail and quantity issue’ is closed to new replies.