• Hello,

    I bought the pro version of the plugin and I would like to change the aspect of the form:

    1. I’d like to change the text size of the title. How do I do that?
    2. I would like to ass more space after the title. Changing plugin title size didn’t do anything.
    3. I would like to add the text for the check button right after the check box. Since the name boxes have 200px in width, if I place the position of the check box text on the right, the distance is too big.
    4. I would like to add a border.

    Summary 1,2,3,4 I have a newsletter widget on the right side of the page. My wish is to make your form to look similar.

    Thank you!

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

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

    (@nickboss)

    Hi, here is some proposed css that you need to put in Custom CSS area of the shortcode:

    div#wordpress_file_upload_title_1 {
        font-size: large;
        margin-bottom: 16px;
    }
    div#userdata_1_fieldwrapper_4 {
        width: auto;
    }
    div#wordpress_file_upload_block_1 {
        border: 1px solid silver;
        width: 400px;
        padding: 20px;
    }

    In addition, change Label Position of the checkbox to Right.

    Please also send me an email at nickboss@iptanus.com if you have further questions because this forum is only for the Free version.

    Regards

    Nickolas

Viewing 1 replies (of 1 total)

The topic ‘Cosmetics’ is closed to new replies.