Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1358280
    mynemesis
    Participant

    hi support,

    please see attached

    is it possible to style the checkout page as show in the attached picture within X?

    If yes, could you please help me with the code?

    If no, could you please recommend a plugin that i could be able to style the cart.

    I have tried the one-page checkout plugin but it only allowed me to add/remove/change the text or text field but it does not allow me to move/arranging these fields boxes around.

    thank you support

    #1358432
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1358671
    mynemesis
    Participant
    This reply has been marked as private.
    #1358928
    Nico
    Moderator

    Hi There,

    I could not be able to check the checkout page due to that there is no product available.

    Would you mind adding your product and we’ll do our best to help you with the checkout page.

    Thanks.

    #1359026
    mynemesis
    Participant

    hi support,

    I have now added a product

    http://brandcastmedia.com.au/product/agent-website/

    thank you so much

    #1359175
    Paul R
    Moderator

    Hi,

    To make your checkout page 2 columns.

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .woocommerce-checkout .wc_checkout_add_ons {
       float:left;
    }
    

    Hope that helps.

    #1359240
    mynemesis
    Participant

    thanks Paul

    i added the line the check out page still out of wack (see attached)

    Is there anyway to bring the order information up?

    here is the code i have so far

    /* ———————
    WOOCOMMERCE
    ——————— */
    body .woocommerce .col2-set .col-1{width:100%;}
    .woocommerce-billing-fields h3{margin-top:40px;}
    .woocommerce .col2-set, .woocommerce-page .col2-set{width:48%;float:left;}
    #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review{float:left;width:48%;margin-left:2%;}
    .woocommerce-checkout .wc_checkout_add_ons {
    float:left;
    }
    }

    #1359245
    Christopher
    Moderator

    Hi there,

    Please add this code as well :

    @media (min-width:993px){
    h3#order_review_heading {
        margin-top: 0;
    }
    div#wc_checkout_add_ons, div#order_review {
        float: right;
    }
    }

    Hope it helps.

    #1359283
    mynemesis
    Participant

    thanks Christopher

    still has not change

    would you want to login with the credentials and give it and give it ago? I may have other code in there that cause the page crap itself 🙂

    #1359316
    Christopher
    Moderator

    Hi there,

    There was a missing curly bracket, I went ahead and fixed it.

    Hope it helps.

    #1359386
    mynemesis
    Participant

    oh thank you so much Christopher and thank you to the x team… you guys really work as one great unit!

    #1359396
    Paul R
    Moderator

    You’re welcome and thank you for your kind words. 🙂

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