This feature is available on all Goodshuffle Pro Plans.
This article details how to fix the following situation on your Wordpress site.
Your form fields are most likely being clipped because of your Wordpress theme's settings overriding the Website Integration settings. Don't fret! This is a simple fix.
First, familiarize yourself with adding CSS to your Wordpress site.
Next, add the following CSS code to your Wordpress site. Don't worry about undoing any styling from your theme; this code will only affect the Website Integration part of your website.
gspro-item-detail .gspro-o-form select {
padding: 5px !important;
}
gspro-wishlist .gspro-o-form select {
padding: 5px !important
}
gspro-wishlist .gspro-o-form input {
padding: calc(12px/ 6) calc(12px/ 2) !important;
}