i want to make the “Name” and the “email” to be in the same line
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;}
}
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