I followed the direction listed below to move the add to cart button to the right, however the button is not centered with the price input box, please see screenshot > http://img1.UploadScreenshot.com/images/main/1/2808461898.png
I am using the [wp_eStore_add_to_cart id=1] shortcode. Can you please let me know how to fix this? Also is it possible to add some text between the input box and the add to cart button? Tks in advance for your help. Great plugin btw.
Open the "eStore_misc_functions.php" file and look for the following line of code:
$output = get_button_code_for_element($ret_product);
Once you find it please change it with the following:
$output = get_button_code_for_element($ret_product,false);
The 2nd argument (false) tells it not to use break line when it creates the button.