Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1304307
    jdiaz1302
    Participant

    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!

    #1304326
    Christopher
    Moderator

    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.

    #1304342
    jdiaz1302
    Participant

    Thanks! It worked.

    #1304344
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1304307 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>