Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1012341
    mat_kinotek
    Participant

    Hi,
    I’m trying to edit the layout of my cart here: http://cherrylaser.com/?post_type=product .
    How can I have the ‘color’, ‘size’, etc. horizontally aligned, and the respective values next to each one?
    Thanks!

    #1012396
    mat_kinotek
    Participant

    and also, Im going crazy please help!
    How can i set color white ONLY to the ‘check out’ text at the bottom of cart here: http://cherrylaser.com/?post_type=product ??

    #1012447
    Nabeel A
    Moderator

    Hi there,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .woocommerce div.product .summary {
        width: 100%;
    }
    .variations tr {
        display: inline-block;
        margin-right: 5%;
    }
    .woocommerce .cart {
        width: 100%;
    }
    .woocommerce .x-main {
        width: 100%;
    }

    I’m not seeing CheckOut options on this page http://cherrylaser.com/?post_type=product can you please share a screenshot with us so we can take a closer look?

    Thanks!

    #1020680
    mat_kinotek
    Participant

    Hi Nabeel,
    the page Im working on is here: http://cherrylaser.com/?page_id=8
    I need to have the values for ‘size’ ‘color’,’method’ etc. next to them, on the same line.
    Ad ex:

    color: clear
    size: 18×12
    thickness: 1/8″
    method: cutting

    etc. etc.
    so that the cart doesn’t look so wide.
    Thanks!

    #1021368
    Friech
    Moderator

    Hi There,

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

    @media (min-width:  768px) {
    	.woocommerce-cart dt {
    	float: left;
        padding-right: 10px;
    }
    }

    Hope it helps, Cheers!

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