• Resolved bjolly

    (@bjolly)


    Hi, I am just wondering how to make the drag and drop files box responsive? On mobile the words and half the box gets cut off.

    Thanks

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

    (@glenwpcoder)

    please send me the link of your site so I can investigate the issue.

    Thread Starter bjolly

    (@bjolly)

    Hi Glen, yes it is http://www.designstudio5.com.au/leach

    Thanks
    Bianca

    Plugin Author Glen Mongaya

    (@glenwpcoder)

    The theme that you’re currently using override the style of my plugin. (H1 – Tag)

    Here’s the css code for you to add.

    @media only screen and (max-width: 420px) {
    .codedropz-upload-container {
    padding:15px 8px;
    }
    .codedropz-upload-inner h3 {
    font-size:16px !important;
    }
    }

    Thread Starter bjolly

    (@bjolly)

    Thank you for your reply but unfortunately, that doesn’t work.

    Thread Starter bjolly

    (@bjolly)

    Hi, I have also just realised I don’t get any attachments when sending an email. I have the mail tag in there.

    Plugin Author Glen Mongaya

    (@glenwpcoder)

    Where did you add the css? I didn’t see it in your site?

    Also the email problem, is it possible if you can provide me a screenshot regarding the settings of your admin?

    or you can provide me an access to your site so I can check it.

    You can email me : glenmongaya@gmail.com

    Don’t worry I will not break/change anything.

    Thread Starter bjolly

    (@bjolly)

    That code didn’t work but I ended up adding <br> (Drag and Drop<br>Files Here) and it works OK like that. Thanks for your help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Responsive drag and drop files here box’ is closed to new replies.