• Resolved magou14

    (@magou14)


    Hello, I have a small problem, when I press the button “minus”, the button moves to the vertical. ( Responsive and computer).

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Reedwanul Haque

    (@reedwanul)

    Hi @magou14 ,

    Thanks for contacting us.

    I have inspected your issue for mobile screen. Your issue will be solved if you include below CSS code to Appearance > Customize > Additional CSS.

    @media (max-width: 412px){
    	.quantity #quantity_640ec9382adbd {
    		padding: 2px !important;
    		width: 30px;
    	}
    	.quantity .minus {
    		padding: 10px !important;
    	}
    	.quantity .plus {
    		padding: 10px !important;
    	}
    	.quantity #quantity_640ec9382adbd {
    		padding: 2px !important;
    		width: 30px;
    	}
    	.single_add_to_cart_button.button.alt.wp-element-button {
    		font-size: 8px;
    		padding: 8px;
    	}
    }

    After then I hope your issue will be solved. Let me know if need further assistance.

    Regards,
    Reju

    Thread Starter magou14

    (@magou14)

    Plugin Support Reedwanul Haque

    (@reedwanul)

    Hi @magou14,

    Hope you are doing fine.

    I have inspected your issue. Please include this CSS code to Appearance > Customize > Additional CSS.

    @media (max-width: 767px){
    	.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus {
    		display: none !important;
    	}
    }

    After then i hope your issue will be solved. Let me know if there is anything else you need help.

    Regards,
    Reju

    Thread Starter magou14

    (@magou14)

    hello, I added the code, but it did not change anything. The number is still out of the frame.

    Plugin Support Reedwanul Haque

    (@reedwanul)

    Hi @magou14 ,

    Hope you are doing well. I have checked your cart page from mobile screen and quantity buttons showing absolutely well. For clarification please check this video.

    Best Regards,
    Reju

    Thread Starter magou14

    (@magou14)

    Hello, everything is ok !! Thank you very much 🙂

    Thank you for your help and patience.

    • This reply was modified 3 years ago by magou14.
    • This reply was modified 3 years ago by magou14.
    Plugin Support Reedwanul Haque

    (@reedwanul)

    Hello @magou14

    Glad to hear that your problem has been solved 🙂

    If this plugin looks good to you and our support team, maybe you can help us by giving a 5 star on wordpress.org?

    Please navigate to the Review link from the sidebar then click the Add your own review link to put your review🙂.

    We’re working so hard to make this plugin more and more useful to our valuable users like you and a 5-star will really help us to grow on the market 🙂

    Best Regards,
    Reju

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Quantity Button’ is closed to new replies.