Hi,
I am using a plugin, WPC Product Bundles for WooCommerce (Premium) too bundle product together.
The quantity impute for each product in the bundle is not being displayed.
any help you can offer is greatly appreciated.
thanks,
Brent
Hi,
I am using a plugin, WPC Product Bundles for WooCommerce (Premium) too bundle product together.
The quantity impute for each product in the bundle is not being displayed.
any help you can offer is greatly appreciated.
thanks,
Brent
Hi @Brent-St,
Thanks for reaching out.
It’s a conflict between your plugin’s quantity width, and the theme’s quantity padding. For me, there should be no defined width since it should respond but given it’s a table-like layout then let’s reduce the padding. Please add this CSS to Theme Options > CSS
.woosb-products .woosb-product .woosb-qty input {
padding: 0px 5px;
}
Thanks!
that makes sense.
When i shrunk the browser to half width it did work.
i have sed the css you provided and it has fixed the issue.
thanks
Brent
Glad it works and you’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.