Viewing 6 replies - 1 through 6 (of 6 total)
  • Thanks Prixer! for reporting this.

    Let us test and fix this issue. Will try to fix and release our updated version as soon as possible.

    Thread Starter Prixer

    (@prixer)

    Thank you, Waiting

    Thread Starter Prixer

    (@prixer)

    Till update come,
    How can be limit to show contact bar only on pc ?
    Which code to put where ?

    For now you can use following CSS to limit WP Contact Slider just to PC.

    @media (max-width: 1024px) {
                        .wpcs-slide-out-div {
                            display: none !important;
                        }
                    }

    Add this snippet in your child theme’s style.css and you are done.

    Thread Starter Prixer

    (@prixer)

    Thanks !
    That seems to work.

    WooExpert

    (@wooexpert)

    Good to know.

    Anyways thanks for reporting. We will add fix in our upcoming versions for this issue as well.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problem on small devices’ is closed to new replies.