Support » Plugin: Wordpress File Upload » button graphic layout error

  • giovanto

    (@giovanto)


    Hi,
    I installed your last version of the plugin. Everything works fine but as you can see in the page attached, the layout of the buttons and custom fields is a little bit confused.
    The button with label “scegli file” (choose file in English) is cutted in half part and the custom fields are too small.
    Can you help me please?
    Thanks

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

Viewing 1 replies (of 1 total)
  • Plugin Author nickboss

    (@nickboss)

    Hi, please put the following css code in Custom CSS area of your theme:

    span.file_title_clean {
        font-size: 14px;
    }
    input#input_1 {
        left: 0;
    }
    div#wordpress_file_upload_userdata_1_0 {
        width: 300px;
    }

    Regards

    Nickolas

Viewing 1 replies (of 1 total)
  • The topic ‘button graphic layout error’ is closed to new replies.