Okay
  Public Ticket #1332997
Quantity buttons
Closed

Comments

  • pbeglinger started the conversation

    Hi,

    after installing the newest version I got the quantity buttons in a strange place. Is there an easy fix?

    Looking forward to hearing from you.

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    This could be a plugin conflict issue. Please try deactivating all third party plugins one by one and test for the issue with each deactivation.

    Hope this helps,

    Regards.

  • pbeglinger replied

    Hi Andrew,

    I tried that, but no succes. Clean wordpress install with only the suggested plugins active. Not only on checkout page, but also on product page.

    So please help out.

  • pbeglinger replied


  •  3,034
    Andrew replied

    Hi there, 

    Thank you for getting back to us. 

    Could you provide us with a link to the specific page that this is happening on so that we can investigate a little further?

    Looking forwards to hearing from you. 

    Best Regards. 

  • mirko replied

    I have same problem, maybe it's because I have update to newest version of woocommerce...

  •  3,034
    Andrew replied

    Hi there, 

    Thanks for getting back to us. 

    To fix the position of the quantity button, go to Salient > General Settings > CSS Script Related and enter the following code in the "Custom CSS Code" section:

    .woocommerce div[data-project-style="text_on_hover"] .cart .quantity input.plus{
      margin-top: 27px!important;
    }
    .woocommerce-page button[type="submit"].single_add_to_cart_button, body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button, .ascend.woocommerce-page .container-wrap button[type="submit"].single_add_to_cart_button{
      margin-top: 27px!important;
    }

    Please feel free to contact us if you have any further questions. 

    Best Regards. 

  • pbeglinger replied

    Andrew, 

    thanks a lot. It worked in the product section, but not in the cart / checkout section. Can you help me with this?

    Thanks

  •  3,034
    Andrew replied

    Hi there, 

    Thank you for getting back to me. 

    You can use this code to fix it: 

    .ascend .cart .quantity input.plus{
         margin-top: 27px!important;
    }
    

    Please feel free to contact us if you have any further questions. 

    Best Regards.

  • pbeglinger replied

    Thanks for the great help and amazing support!

  •  3,034
    Andrew replied

    Hi there, 

    Thanks for getting back to us.

    You can use this code to fix that: 

    body.single.single-product.ascend .cart .quantity input.plus{
      margin-top: 0px!important;
    }

    Please feel free to contact us if you have any further questions. 

    Best Regards.