• Resolved evotic

    (@evotic)


    When images are uploaded in the mobile version, the input gets bigger and distorts the page

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hello @evotic

    Can you please provide a screenshot of the issue?

    Glen

    Thread Starter evotic

    (@evotic)

    I attach a screenshot without an image in the inputs and later with the images.

    No image uploaded:

    With an uploaded image:

    With two images uploaded:

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Thanks, will take a look.

    It looks like a css issue, can you please remove any custom css you have added.

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Remove width:300px in style.css line 2124.

    Then add custom css below.

    @media screen and (max-width: 767px) {
        .codedropz-upload-wrapper {
            width: 95vw;
        }
    }
    Thread Starter evotic

    (@evotic)

    Thanks, now the problem is that when I upload an image and delete it, it no longer lets me upload it and when I try to send the image it gives me an error and it is not sent.

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    @evotic

    1. now the problem is that when I upload an image and delete it, it no longer lets me upload it
      – In style.css line 1275, the display none style affect the upload display, please check and try to comment out this line.
    2. when I try to send the image it gives me an error and it is not sent.
      Make sure to check if the file not exceeds 5MB or try to check your email if can received files up to 5MB, you can also try and deactivate my plugin and use the default upload of contact form 7 to test it.
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Upload image on mobile image input gets bigger’ is closed to new replies.