Layout issue on mobile device
-
Hi I’m having issues with the layout of the wp form (contact page) when viewed on mobile devices (fine on desktop and tablet). I have padding inserted with this code
#wpforms-637 .wpforms-form { background-color: #ffffff; padding: 50px; }
I’ve been inserting different code and the closest I’ve got to is this
@media screen and (max-width: 460px) { #wpforms-637 .wpforms-form { padding: 0px; } }
However the form appears very very narrow. I would like the form to fill the width when viewed on mobile devices.
I would appreciate any help with this.
Many thanks
- This topic was modified 4 years, 10 months ago by .
- This topic was modified 4 years, 10 months ago by . Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Layout issue on mobile device’ is closed to new replies.