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

    (@glenwpcoder)

    @vicsansos theres some kind of minor css conflict with the theme or plugin.

    Could you please provide a link to your shop where the uploader should appear so I can find a solution? probably a custom css will solve the issue.

    Please let me know.

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Try to add this code in your theme/child/custom.css or if you have a code snippet plugin.

    @media screen and (max-width: 767px) {
    .codedropz-upload-inner .codedropz-label {
    flex-wrap: wrap;
    }
    .codedropz-upload-inner .codedropz-label span.text {
    flex: 0 0 100%;
    }
    }
    Thread Starter Víctor Sánchez Sosa

    (@vicsansos)

    Hi Glen.

    It works fine now with this CSS.

    Thank you.

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

The topic ‘Responsive Drag and Drop’ is closed to new replies.