• Resolved pckrullenbol

    (@pckrullenbol)


    The data fields of type ‘Muliple Lines Text’ have a border, but the ‘simple text’ fields have no borders and are difficult to see.
    Also there is something wrong with the spacing between the fields and textboxes. Problably something to do with the Theme SquarePlus?
    Can you help me?

    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, please set ‘px’ next to each dimension you have set, e.g. 64px instead of 64.

    Then let me know so that we can see how the form has been done and make corrections.

    Regards

    Nickolas

    Thread Starter pckrullenbol

    (@pckrullenbol)

    adding ‘px’ solved a lot, but there still is the problem that ‘normal text’ fields has no border, and are a sort of invisible.

    Plugin Author nickboss

    (@nickboss)

    Try the following css:

    input.file_userdata_message, textarea.file_userdata_message {
        border: 1px solid silver;
        padding: 4px 8px;
        height: 34px;
    }
    div.file_userdata_fieldwrapper, div.file_userdata_fieldwrapper_required, div.file_userdata_fieldwrapper_required_empty {
        vertical-align: middle;
    }
    input.file_userdata_checkbox {
        vertical-align: middle;
    }
    .file_userdata_checkbox_description {
        vertical-align: middle;
    }
    div.file_userdata_container {
        margin-top: 6px;
    }

    You can put it in Custom CSS area of your theme.

    Regards

    Nickolas

    Thread Starter pckrullenbol

    (@pckrullenbol)

    Yes, this did the job!
    Thank you (again) for you perfect & very quick support.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Field of type ‘simple text’ have no borders and different spacing’ is closed to new replies.