Contact Form

  • Author
    Posts
  • #3400

    Andrew Misplon
    Keymaster

    Hi NVG-Inc

    Thanks for reaching out.

    It looks like your contact form plugin has its own challenges working within the available space on the smaller iPhone 5 screen so it’s right that this is a new support topic. Can you please, try the following inserted into a Custom CSS plugin like Simple Custom CSS:

    @media (max-width: 680px) {
    	#page .contactform2 .wdform-page-and-images {
    		padding-left: 0;
    	}
    	#page .wdform-field[style] {
    		width: 270px !important;
    	}
    }

    Let me know how that goes. Thanks 🙂

    #3403

    NVG-Inc
    Participant

    Thank you so much for getting back to me so quickly! I went ahead and tried this code and it seemed to fix it almost entirely. Everything fits within the screen now and the only problem I am still having is the 50px of padding to the right of my form. Here is an example of what I am seeing from my phone:

    Example

    Thanks again!

    #3404

    Andrew Misplon
    Keymaster

    No problem.

    This is a tough one because I’m unable to replicate. Chrome isn’t seeing the issue, testing from iPhone 5 upwards. Just shooting from the hip, you could try:

    .contactform2 .wdform_page * {
    	max-width: 100%;
    }

    I doubt that’ll work though. It’s a worth a try. Let me know how it goes and what phone you’re using. Thanks 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Scroll to top