Support » Plugin: Wordpress File Upload » WordPress File Upload buttons overlapping

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author nickboss

    (@nickboss)

    Hi,

    please add the following css rule in your theme’s Custom css area:

    .input[type="button"].file_input_button { left: 0; }

    This should align the button correctly.

    Let me know if this works.

    Nickolas

    Hi

    Had the same problem and added another line to fix the hover effect of the Nucleare Theme in WordPress:

    input[type=button].file_input_button { left: 0; }
    input[type=button].file_input_button_hover { left: 0; }

    How can I get the CaptchaV2 box to align left? I cannot provide you with the link of my page yet because it hasn’t been publicly published. However, there’s a screenshot link below. The arrow shows where I want the box to appear on the page (both laptop and mobile versions).

    Screenshot with captchaV2

    Thank you for your patience.

    Plugin Author nickboss

    (@nickboss)

    Hi

    Please add the following code:

    div.file_captcha_inner_v2 iframe {
        left: 0;
    }

    Nickolas

    Thanks!

    Plugin Author nickboss

    (@nickboss)

    you are welcome…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress File Upload buttons overlapping’ is closed to new replies.