I have used a newsletter subscription in the footer of my website, but the issue is that I want to reduce the gap between the border line and the email field.
For a better understanding please find the screenshoot attached
Best
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
You already have custom CSS applied for this form under Appearance > Customize > Additional CSS.
In your code (around line 821), the border-bottom property is being applied to the entire newsletter container, which is why the gap appears. To fix this, I recommend applying the border-bottom specifically to the email input field instead, for example: