Viewing 5 replies - 1 through 5 (of 5 total)
  • Would love this plugin to be responsive also.

    add the below to your default css to remove tab for smaller than say iPad

    @media screen and (max-width: 778px)
    .cart-tab {display:none}

    Thread Starter Marcelo Pedra

    (@kent-brockman)

    @Wsasabiboy: that same media query couldn’t be applied to the entire layer of this plugin to downsize it? or is it irrelevant since the mobile screens have not the same concept of “on-mouse-over”?

    WasabiBoy

    (@wasabiboy)

    @marcelo Pedra

    It doesn’t downsize it. It merely hides its. Hope that helps

    Thread Starter Marcelo Pedra

    (@kent-brockman)

    Very thanks, it did the trick! 🙂

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

The topic ‘Bug when viewed on mobile devices’ is closed to new replies.