Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1040430
    mat_kinotek
    Participant

    hello, can you tell em the CSS to style to ‘add to cart’ button next to the quantity fields please-
    need it like in the screenshot attached.
    Thanks!

    #1040760
    Prasant Rai
    Moderator

    Hello Mat,

    Thanks for writing in!

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

    .quantity {
        float: left;
        width: 20%;
        margin-bottom: 0 !important;
    }
    
    button.single_add_to_cart_button.button.alt {
        float: left;
        width: 70%;
        margin-left: 20px;
    }
    
    .woocommerce .quantity input[type="number"] {
        height: 4.6em;
    }

    Thanks.

    #1040927
    mat_kinotek
    Participant

    thanks that works!
    one more thing: how can i align the 3 small thumbnails under the product image?
    you can see in the screenshot that the 3 thumbnails are off aligned on the left.
    Thanks!

    #1041273
    Thai
    Moderator

    Hi Matt,

    Please provide us with your website URL so we can take a closer look.

    Thanks.

    #1042309
    mat_kinotek
    Participant

    here: http://cherrylaser.com/?product=basswood you can see the 3 small thumbnails below the product image are not aligned.
    Thanks!

    #1042982
    Christopher
    Moderator

    Hi there,

    Please add this :

    .woocommerce div.product .images .thumbnails>a {
        height: 77px !important;
    }

    Hope it helps.

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