I have searched for days and I just cant seem to understand / figure out what needs to be
done.
I simply want to rearrange or move the attribute drop downs (and labels) to a horizontal layout as opposed to vertical.
Through CSS I can get the buttons and attributes to align like desired, but the labels for the attribute drop downs are still in their original space. Since no class or id tag is passed to the label (only a for tage) when they are generated if I use CSS for labels they do not move independently.
I imagine that it can be done via hook_alter_form, but the documentation just seems lacking as it does not reference if you want to work with the add to cart section. It seems more if you want to simply edit one (or only a few forms) not for every product that you have listed.
Can someone help me either work with hook_alter_form and get the correct format to edit all of my product's attributes and buttons
OR
help me simply remove the labels from displaying when the node is generated?
I assume that the 2nd would be the easiest option, but obviously I only want the labels not to show up on the product pages (attributes) and not for every page with a form.
Any help is greatly appreciated! Thanks in advance.


