• Resolved marcus1w

    (@marcus1w)


    Hello,

    We’re working on a site and upon reviewing the mobile version we can see the drag and drop window doesn’t really match the screen on phones.

    Where/How can we adjust the window size for phones only? The button is partly hidden on the edge.

    The site is under construction and closed for visitors, but we can provide login details if needed!

    Regards,
    Marcus

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

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

    (@glenwpcoder)

    @marcus1w , can you provide a screenshot?

    On mobile only the “Browse” button is visible (see this – https://snipboard.io/2UBNGX.jpg )

    You can also manually adjust the size of you text on mobile/ipad.

    example for screenshot less than 767px.

    @media screen and (max-width: 767px)
    .codedropz-upload-inner .codedropz-label {
        font-size: 16px;
    }
    Thread Starter marcus1w

    (@marcus1w)

    Here’s an image. it cuts the “Ladda upp” button.

    View post on imgur.com

    Perhaps make the button go on the second row, or alternative adjust font size – the CSS you gave me didn’t solve our problem.

    edit: Or the image you showed me would be ideal, yes. How do we enable only button? (Since clearly the text is not needed for phones).

    • This reply was modified 3 years, 2 months ago by marcus1w.
    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    I see can you give me the link to your site?

    You can email [email protected] for the link and access.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile responsive’ is closed to new replies.