I am doing a basic multi-variant product with Color and Size. Color Label comes out correct, above the Color drop down but I cannot get "Size" where it is supposed to be. The closest I can come is to use "Use Custom Label" and "Size" in "Custom Fields", but this places "Size" at the end of the drop down box for "Color".
Any ideas what I am missing?
VirtueMart 3.5.1 does not exist. Maybe you mean Joomla 3.5.1? But which actual VirtueMart version do you have?
Sorry, 3.0.14.
Work around solution. If someone has the solution for putting the labels above each multi-variant, please let me know.
The work around that I implemented was to change the label for "Color" to "Color / Size".
You can add the following css :
.vm-cmv-label {
display: block;
}
check if your template has the option to add custom css code so it does not get deleted after each update.