Not using the Slider. Simply using the eNews widget in the Slider widget area on the home page.Your code fixes the eNews widget in most areas but not when placed in the home page slider widget area.
Maybe it might be the CSS for the home page slider widget area thats the problem?
Working locally.
This code fixes the width problem when using the eNews widget in the slider widget area on the home page:
`
input, select, textarea .widget {
width: 20%;
padding: 0.6rem 0.925rem;
}
`
But then the eNews widget in the footer has a tiny input area for the email address.