• this is the page that I’m using your plugin on: https://busvouchers.com/sell-vouchers/
    For some reason, the textboxes are in the wrong location. I’ve tried several ways of moving them further to the right, so users can read the label. Is it possible? Or else, is it possible to put the label inside the text box?

    Thanks,

    Maarten

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

    (@nickboss)

    Hi, here are some custom css. You can put it inside Custom CSS area of the plugin using the visual editor:

    
    input#fileName_1 { width: 100%; }
    label.file_userdata_label { width: 160px !important; }
    div.file_userdata_fieldwrapper, div.file_userdata_fieldwrapper_required, div.file_userdata_fieldwrapper_required_empty { width: 229px; }
    input.file_userdata_message { width: 100% !important; }
    input.file_userdata_message.hasDatepicker { width: 92% !important; }
    div#userdata_1_fieldwrapper_3 { display: block; }
    div#userdata_1_3 { margin-top: 10px; }
    textarea#userdata_1_field_3 {
        width: 390px;
        height: 70px;
    }
    

    Regards

    Nickolas

Viewing 1 replies (of 1 total)
  • The topic ‘Text boxes for user input are in wrong location’ is closed to new replies.