• Resolved harveyl12

    (@harveyl12)


    Hi,

    I have just noticed today when tested my virtue themed site that on the mobile site there is no remove form basket button like there is on the desktop version. The only way is to put the quantity to zero which isn’t straight forward for some visitors. My site is here camerabeanbags.co.uk/test if you want to check.

    Can I theme update be released to fix this issue?

    Thanks

    Harvey

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    This is actually how it’s designed and not really an issue. a simple way to retain the “x” is to add this CSS to Theme Options> Advanced Settings:

    @media (max-width: 767px) {
    .shop_table .product-remove {
        display: table-cell;
    }
    }

    Let me know if that works for you!

    -Kevin

    Thread Starter harveyl12

    (@harveyl12)

    Okay I will give this a try and let you know…

    Sorry didn’t mean issue as such

    Thread Starter harveyl12

    (@harveyl12)

    Works thanks, Sorry for slow update

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Site no remove form basket button’ is closed to new replies.