• Resolved mihaiiceyro

    (@mihaiiceyro)


    Hello,
    I need to change something in the form. where is the form file? i didn’t find it.
    I want to make those forms to be inline.
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mihaiiceyro

    (@mihaiiceyro)

    i want to make the “Name” and the “email” to be in the same line

    Thread Starter mihaiiceyro

    (@mihaiiceyro)

    I’ve made the changes.
    Finaly:))

    For those who want to make the form inline, use this CSS.

    @media only screen and (min-width : 1224px) {
    .wpb_wrapper > form {display: flex; flex-wrap: wrap;margin-left: 10%; margin-top: 10px; }
    .wpb_wrapper > form > p {margin-right: 20px; }
    .wpb_wrapper > form > .ed_bt_css[type="submit"] { margin-top: 18px; }
    .content .content_inner > .container > .container_inner, .content .content_inner > .full_width > .full_width_inner{padding-top:0px !important;}
    .title{display: none;}
    }
    Plugin Contributor gopiplus

    (@gopiplus)

    Hi @mihaiiceyro,

    Nice work…

    If you want to change anything in the form field, please look this file.

    wp-content\plugins\email-download-link\classes\ed-register.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘edit form’ is closed to new replies.