Title: Customised view
Last modified: May 5, 2019

---

# Customised view

 *  Resolved [Purnendu](https://wordpress.org/support/users/impurnendu/)
 * (@impurnendu)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/customised-view/)
 * 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](https://wordpress.org/support/users/diana_burduja/)
 * (@diana_burduja)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/customised-view/#post-11500472)
 * 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](https://wordpress.org/support/users/impurnendu/)
 * (@impurnendu)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/customised-view/#post-11506153)
 * 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](https://wordpress.org/support/users/diana_burduja/)
 * (@diana_burduja)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/customised-view/#post-11512281)
 * 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.

 * ![](https://ps.w.org/wp-multi-step-checkout/assets/icon.svg?rev=1783907)
 * [Multi-Step Checkout for WooCommerce](https://wordpress.org/plugins/wp-multi-step-checkout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-multi-step-checkout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-multi-step-checkout/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-multi-step-checkout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-multi-step-checkout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-multi-step-checkout/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [SilkyPress](https://wordpress.org/support/users/diana_burduja/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/customised-view/#post-11512281)
 * Status: resolved