Input elements fixed-width not visible in dev tools.
When I inspect, I'm not able understand how the elements inside the form are overflowing, can you please check what is causing the issue.
https://aitrendsindia.com/contact-us/
3 Replies
i'm not 100% sure but if you remove
flex-wrap: wrap;
from the form that fixes itthe spinner at the bottom is stretching the container for some reason (not sure why, probably something about it being a flex child and
width: 100%
, but removing width: 100%
from .wpcf7-spinner
works as wellboth worked, thank you