Centrer les boutons et quantité, affichage sur mobile
-
Bonjour,
Merci pour ce plugin cependant pouvez-vous m’indiquer comment :
-centrer les bouton + et – et la quantité
-afficher votre plugin également sur mobileMerci par avance pour votre aide,
The page I need help with: [log in to see the link]
-
Hi @jetsaveurs
Thanks for reaching out to me. Are you looking for this https://prnt.sc/ycyn36 if yes please put the following CSS code inside your theme customizer or child-theme style.css:
.product .quantity { text-align: center; margin-bottom: 20px; }Kindly let me know is it solved your issue or not.
Thanks
Bonjour,
C’est parfait, merci beaucoup, par contre est-il possible d’afficher également sur mobile ?Hi @jetsaveurs
I have seen it perfectly showing on mobile, could you please explain a little more?
Bonjour,
Oui pardon en effet cela fonctionne également sur mobile, je ne le voyais pas à cause du cache de mon navigateur…
Cordialement,Hi @jetsaveurs
Great, So I’m marking this thread as resolved. If you need any assistance regarding my plugin then feel free to open a new thread.
Thank You
-
This reply was modified 5 years, 2 months ago by
Tanvirul Haque.
Hi,
I installed the plugin, but I don’t see the option “add to cart” and “view details” underneath the quantity field.Also, I would like to change the color of the field and make it smaller.
I’d like to have it like this example : https://www.onsbroodatelier.be/shop/
And this is how it looks now : http://bakkerij-chantal.be/index.php/shop/
Hi @annabel1959
“Add to Cart” button is not a feature of this plugin, please try temporarily disable this plugin and check if the add to cart button showing without this plugin or not.
Here is the CSS code to modifying the quantity field style:
.woocommerce .product .quantity { margin-top: 10px; } .woocommerce .product .quantity input.qty { background: transparent !important; color: #555 !important; border: 1px solid #e0e0e0 !important; height: 38px; width: 60px; font-size: 16px !important; }Thanks
Hi,
When I disable the plugin, there’s no ‘add to cart’ button.
You can see it here : https://bakkerij-chantal.be/shop/Be aware that I’m trying this plugin to show the quantity field in the main shop page, so NOT after clicking on a product.
Anne
When I disable the plugin, there’s no ‘add to cart’ button.
So now you can understand this is not our plugin issue, ‘Add to cart’ button showing is the feature of WooCommerce itself, which may be controlled by your theme. Our plugin job is just only Add Quantity Field on Shop Page, not add ‘Add to Cart’ button.
Thanks
Hi,
I’m working with DIVI theme and asked them how to add that button and now it’s there 🙂 So I can use your plugin.
Thanks!
AnneJust another question: I would also like the layout like this https://prnt.sc/ycyn36
Where do I have to put the css? I can’t find a style.css in my DIVI theme
I know, I can see that you are using DIVI theme. So do I, but I don’t see a style.css in DIVI theme. So where do you put the code as in https://prnt.sc/ycyn36
Thanks for reaching out to me. Are you looking for this https://prnt.sc/ycyn36 if yes please put the following CSS code inside your theme customizer or child-theme style.css:
.product .quantity {
text-align: center;
margin-bottom: 20px;
} -
This reply was modified 5 years, 2 months ago by
The topic ‘Centrer les boutons et quantité, affichage sur mobile’ is closed to new replies.