Replies: 0
Hi there-
Can you share with me how I can get the message box to equal the width of the other fields in the mobile view? The message box only spans partway on my mobile. I have added the following to my custom css but that only accomplished adding pleasant margins for the rest of the mobile form view, but did not fix the width issue I’m writing about.
.wpforms-container form {
padding-left: 24px;
padding-right: 24px;
}
Thanks for your help!