- This topic has 2 replies, 2 voices, and was last updated 12 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › WP eStore Tweaks › Is it possible to change layout of "Variations" name / value pair relationship?
Tagged: eStore product layout
I’m building a store for licensing commercial music and am using all three product variations, see http://www.scrambledegos.com/media-music/pop/ for an example.
The label for each drop down is left justified. I’d like to also align the drop downs and fix their width so they look more orderly.
Is this possible?
TIA
I have added a few CSS classes around the name field that should help. Please do the following:
1) Get a new build of the plugin to get the new changes:
https://support.tipsandtricks-hq.com/update-request
2) Add the following to the custom CSS file of eStore (wp_eStore_custom_style.css):
.eStore_variation_name {
display: inline-block;
width: 150px;
}
That should make all the variation name fields 150px wide (you may need to use a number that fits better given your variation name length.
Let me know how that goes.
Perfect thank you