• Resolved Purnendu

    (@impurnendu)


    Hi,
    Can I disable it for Desktop users?
    I only want to use it on Mobile devices! On desktop it’s not looking good for me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    You can add the following CSS rule to your website:

    @media only screen and (min-width: 480px) { 
      .wpmc-step-item { display: block !important; }
      .wpmc-tabs-wrapper, .wpmc-nav-wrapper { display: none !important; }
    }

    It doesn’t recognize directly if it’s a desktop or mobile device, but it will show the normal checkout page for devices wider than 480px and the multi-step checkout for devices narrower than 480px.

    You can use the WP Admin -> Appearance -> Customize -> Additional CSS page to add the CSS rule.

    Thread Starter Purnendu

    (@impurnendu)

    Actually didn’t work for me! Address details and Payment box is showing in one column now! But my actual checkout page has two columns.

    Plugin Author SilkyPress

    (@diana_burduja)

    Do you have a link so I can have a look?

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

The topic ‘Customised view’ is closed to new replies.