Tagged: add to cart, order form, single product
Hey Guys,
looking into the woocommerce\templates\single-product\add-to-cart\variable.php
I cannot really see how the elements are arranged and how it is solved with the distances between the elements.
What I want to have is something like this:
http://www.web101.dehamd032.servertools24.de/HOME/wp-content/uploads/2015/04/schuform.png
Do I have to influence it by css or directly in that table and do the actions inside the table have commands to operate in that way?
Any idea?
Thank you
Hi handelsmann!
We might be able to change it with CSS. Send us a link to your page and we’ll take a look.
Best regards,
Elliott
Hi Elliiott,
still working on that issuee – do you think you can help?
http://web101.dehamd032.servertools24.de/HOME/produkt/agrippinawerft-panorama-monochrom/
Crazy thing is – a price is shown from the beginning without a choice is being made in variations.
Strange
Best Stephan
Hi!
Please add the following in your custom.css and let me know if it fixes the issue:
.single-variation {
padding-right: 125px;
text-adling: right;
}
input.plus, input.minus, input.input-text.qty text {
width: 50px;
height: 50px;
}
Be sure to change the sizes, based on what you want.
Cheers!
Basilis