The remove button is cut off the frame

  • intermusicsf
    Asked on February 16, 2017 at 1:57 PM
    The x (remove) button is cut off from the frame.
  • Jan
    Replied on February 16, 2017 at 2:20 PM

    I cloned your form and I was able to replicate the issue regarding the "remove" button.

    The remove button is cut off the frame Image 1 Screenshot 40

    We can decrease the width of the "remove" button so that it will fit in the container. Please try inserting this CSS code inside the widget.

    .remove {
    padding: 2px 7px;
    }

    Just click the widget field and then click the "Widget Settings" button. Go to the "Custom CSS" tab and paste the code. Click the "Update Widget" button when you're done.

    The remove button is cut off the frame Image 2 Screenshot 51

    Here's the result:

    The remove button is cut off the frame Image 3 Screenshot 62

    Hope that helps. Thank you.