• Resolved SaraLuisa

    (@saraluisa)


    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 SaraLuisa.
    • This topic was modified 4 years, 10 months ago by Jan Dembowski. 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)
  • Thread Starter SaraLuisa

    (@saraluisa)

    I found the error – the wpform wrapper was set too large for mobile devices. I’m going to mark this closed.

Viewing 1 replies (of 1 total)
  • The topic ‘Layout issue on mobile device’ is closed to new replies.