On my product pages, the ± buttons for the item quantity are doing something funky. On your included shop page examples (http://themenectar.com/demo/salient-business/product/ninja-silhouette-2/), the button looks as it should. On mine, the + sign is moved up 35px. It looks like the attached screenshot. Is there a fix for this?
Where do I paste this? On each individual product page CSS? Or somewhere in the main style.css file? I'm new to this, so you may have to walk me through it.
On my product pages, the ± buttons for the item quantity are doing something funky. On your included shop page examples (http://themenectar.com/demo/salient-business/product/ninja-silhouette-2/), the button looks as it should. On mine, the + sign is moved up 35px. It looks like the attached screenshot. Is there a fix for this?
Hey there,
Thanks for reaching in,
You can try fixing this with some CSS. Please send us a link a link to your website so we can help you fix this.
Regards
Oh, sorry. I thought I included that in the original message. Here ya go!
https://leadforone.wpengine.com/shop/equipment/refurbished-glove/
Hi Zac,
Thank you for the link.
You can use the following CSS to fix the button:
Please feel free to contact us if you have any further questions.
Best Regards.
Yes- only question:
Where do I paste this? On each individual product page CSS? Or somewhere in the main style.css file? I'm new to this, so you may have to walk me through it.
Thanks!
Hi Zac,
My apologies. Just go to Salient > General Settings > CSS/ Script Related and paste the code in the "Custom CSS Code" section.
Best Regards.
Got it! And that actually just pushed the entire thing down 35px, so what I did was this:
.woocommerce .cart .quantity input.plus{
margin-top: 35px!important;
}
.woocommerce .cart .quantity {
margin-top: -35px!important;
}
That fixed it! So, thanks again Andrew!
Hey there,
Thanks for reaching in,
I'm glad the issue is fixed now. Please be sure to reach incase you encounter another issue.
Regards.