Hello, Please download the updated copy of SaleJunction Theme from the members area (http://inkthemes.com/members/member) and, upload and activate it in your dashboard. Follow the link given below for reference. http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/05/ This will solve your issue.
I just did this and the green +/- button is now algined but the Quantity +/- button on cart page is still not correct.
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: /*shoppingcart Button */ .sidebar.becomemember .input-text.qty { margin-left:35px; } .sidebar.becomemember input[type="button"].plus { width: 35px !important; } .sidebar.becomemember input[type="button"].minus { height: 38px; } .woocommerce .sidebar.becomemember .quantity, .woocommerce-page .sidebar.becomemember .quantity, .woocommerce #content .sidebar.becomemember .quantity, .woocommerce-page #content .sidebar.becomemember .quantity { width: 130px !important; position: relative; margin:0 !important; top:15px; display: inline-block; overflow:hidden; zoom: 1; } .woocommerce .sidebar.becomemember .quantity .minus, .woocommerce-page .sidebar.becomemember .quantity .minus, .woocommerce #content .sidebar.becomemember .quantity .minus, .woocommerce-page .sidebar.becomemember #content .quantity .minus { top:0 !important; left: 0; z-index:9999; } .woocommerce .sidebar.becomemember .quantity, .woocommerce-page .sidebar.becomemember .quantity, .woocommerce #content .sidebar.becomemember .quantity, .woocommerce-page #content .sidebar.becomemember .quantity { position: relative; margin: 0 !important; top: 15px; display: inline-block; overflow: hidden; zoom: 1; } /*Endshoppingcart Button */ This will solve your issue.
Please adviswe where you made the correction so I'll know what to do for future use. I also want to make sure I do not overwrite anything if there is a theme update.
Hello, We have done changes in several files of updated theme. We have just installed the updated theme in your dashboard and then your issue is resolved.