Responsive Design and Alignment Issues
-
I’m working to implement a new Contact Form through Forminator. The answers get emailed and sent to a Google Sheet through the included integration so my team can see the message, status, and response/action taken.
A couple of issues. The first and probably easier one to solve is: I can’t figure out how to get the form to align in the center. I like that the fields are left-aligned, but I want the block to be center-aligned under the title.
Second: The fields are too wide on desktop but become too narrow on mobile when I try to resize them via CSS. I have the following in the “Additional CSS” section of WordPress:
.forminator-textarea { max-width:80%!important; } .forminator-email--field { max-width:80%!important; } .forminator-name--field { max-width:80%!important; }
I have the same in the Additional CSS Classes field in Forminator e.g.
.forminator-name--field { max-width:80%!important; }
for the Name field.What is the best way to set a max-width (e.g. 700 pixels) on desktop and keep it full-width on mobile?
Additionally, is there a way to make text in emails wrap better after a certain word or character count?
Any help would be greatly appreciated!
The page I need help with: [log in to see the link]
- The topic ‘Responsive Design and Alignment Issues’ is closed to new replies.