Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1279956
    Andrei
    Participant

    Hi,

    I would like to make some small changes in the arrangement of the single product page.

    1. I would like to put the text Qty in front of the quantity field;
    2. I would like to make the field of the size smaller;
    3. I would like to move the quantity field besides the size field;
    4. I would like to move the Wishlist button besides the Add to bag button.

    I attached an image.

    My website is https://sinestezic.com

    Thank you,
    Andrei

    #1280030
    Andrei
    Participant

    I managed to change the positions. Just tell me please how to put QTY in front of the quantity field.

    Thank you.

    #1280228
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Do you want something like this?

    If that is case, please remove this custom css block first in your child theme’s style.css:

    @media (min-width: 1200px){
      .woocommerce .quantity input[type="number"] {
        float: right!important;
      }
    }

    And you will need to add this custom css code instead:

    @media (min-width: 1200px){
      .woocommerce .quantity {
        float: right;
      }
    
      .woocommerce .quantity:before {
        display: inline-block;
        content: "QTY";
        margin-right: 10px;
      }
    }

    We would loved to know if this has work for you. Thank you.

    #1280332
    Andrei
    Participant

    It works great, thank you!

    #1280340
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

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