- This topic has 1 reply, 2 voices, and was last updated 14 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Want Variaton Selection Fields Side-By-Side
Anyone know if the variation selection fields can be side-by-side and not stacked?
-Josh
You should be able to do the following modification to achieve this.
1. open the “eStore_button_display_helper.php” file
2. search for the following line of code:
function get_variation_and_input_code($ret_product,$line_break=true)
3. Once you find it, replcate it with the following line:
function get_variation_and_input_code($ret_product,$line_break=false)
that should make the variations stack sideways.