Tagged: x Author Posts December 25, 2016 at 11:43 pm #1304307 jdiaz1302Participant Hey there, is it possible to display the order/checkout page different in X using WooCommerce, like the one in the WooCommerce docs https://docs.woocommerce.com/wp-content/uploads/2012/04/WooCommerce-Codex-Checkout-Field-Notice.png Thanks in advance! December 26, 2016 at 12:10 am #1304326 ChristopherModerator Hi there, Please add following code in Customize -> Custom -> Global CSS : @media (min-width:979px){ div#order_review { float: right; width: 30%; } div#customer_details { width: 65%; float: left; } h3#order_review_heading { padding-left: 37px; float: left; } } Hope that helps. December 26, 2016 at 12:59 am #1304342 jdiaz1302Participant Thanks! It worked. December 26, 2016 at 1:00 am #1304344 Paul RModerator You’re welcome! 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1304307 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In