Archived topic
Buttons/Quantity/Messages Sizes
7 replies · Started by Ash on May 24, 2020
Hi,
Is there a setting somewhere I am overlooking, everything seems huge, buttons, quantity, woo messages, variation dropdown, they are huge and just look clunky. Do I really need to add custom css for all these?
Also buttons on mobile devices also stack with no padding, on customiser mobile view they show responsive and go side by side. But on my iphone they dont.
Thanks
Hi there,
No you shouldn't need custom CSS for text / button sizes ... i am getting a 404 on the site you linked me to - can you fix that so i can take a look ?
Apologies about that I am having to restore the site, I tried a demo, after removing it and importing settings it didnt revert to before.
Looking at the niche demo it's the same as that so i take it that's how GP is, no setting for these? I find them too big and clunky looking.
which buttons are you referring to?
Just checked your site and not seeing any buttons/quantity/messages.
Woocommerce buttons(add to cart, quantity, checkout etc), Woocommerce messages they just seems to big in my optinion
Can you do this first so I can take a closer look at the source of the code?
https://www.screencast.com/t/m188K9SvRxQJ
Thanks :)
Done
Try this CSS:
.woocommerce form .quantity.buttons-added .minus, .woocommerce form .quantity.buttons-added .plus, .woocommerce form .quantity.buttons-added .qty {
width: 30px;
}
.woocommerce button.button {
padding: 5px 5px;
}