Support » Plugin: Wordpress File Upload » How to fix buttons overlapping

  • When using the short code, the select file and upload file buttons are overlapping. I have a screenshot, but don’t see a way to include it with this post.

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

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

    (@nickboss)

    Hi, you need to add the following css rule inside Custom CSS area of your theme:

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

    Regards

    Nickolas

    Thread Starter tlafrentz

    (@tlafrentz)

    Thank you for the response Nickolas. I added that to the Custom CSS area of the theme and it still didn’t fix it. I pasted the css to a css validator and it says there are errors.

    Plugin Author nickboss

    (@nickboss)

    Please add it back. I just checked it again.

    Nickolas

    Thread Starter tlafrentz

    (@tlafrentz)

    That did the trick. Thank you Nickolas.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to fix buttons overlapping’ is closed to new replies.