- Go to your example on your site.
- Click on a tag and select properties
- Go to the Style Builder tab in the popup
- Click on Layout
You'll see that the controls are wrapping because the container is a tiny bit too small. This forces the buttons down off the form.
I changed this line of code in Tag.aspx to fix it:
<div class="tab-page" style="WIDTH:460px">
It was 450px wide. This fixes the problem but probably isn't the best way to resolve it.
Do you have any recommendations?
Thanks,
Bill