Move "Add to Cart" button to the right of option
Currently, if you paste in a single product's HTML code, and there is an "option" associated with that product, the option is a table, and the "Add to Cart" button is part of a div that displays below the Option table.
I want the "Add to Cart" button to display to the right of the option, rather than below it. Usually floating a table to the left does the trick, but I can't figure out how to float all tables that are an "option" without floating all tables everywhere.
Is there a way to float all "option" tables, or another solution to make the "Add to Cart" button display to the right of the option?
Thanks.
|