如何在MailPoet的同一行上获得电子邮件输入和提交按钮?

时间:2018-07-18 18:14:57

标签: wordpress forms email sign

这是表格的代码!我不是技术人员,我也不了解太多编码。好的,您了解我,我对编码一无所知。编写这些导致堆栈溢出的信息要我添加更多详细信息:) fsdfdsafdsafdsafgsafgdsagdagdafg gfd g例如fd gre gre gr

    /* form */
.mailpoet_form {

}

/* paragraphs (label + input) */
.mailpoet_paragraph {
  line-height:30px;
}

/* labels */
.mailpoet_segment_label,
.mailpoet_text_label,
.mailpoet_textarea_label,
.mailpoet_select_label,
.mailpoet_radio_label,
.mailpoet_checkbox_label,
.mailpoet_list_label,
.mailpoet_date_label {
  display:block;
  font-weight:bold;
}

/* inputs */
.mailpoet_text,
.mailpoet_textarea,
.mailpoet_select,
.mailpoet_date_month,
.mailpoet_date_day,
.mailpoet_date_year,
.mailpoet_date {
  display:block;
}

.mailpoet_text,
.mailpoet_textarea {
  width:200px;
}

.mailpoet_checkbox {
}

.mailpoet_submit input {
}

.mailpoet_divider {
}

.mailpoet_message {
}

.mailpoet_validate_success {
  color:#468847;
}

.mailpoet_validate_error {
  color:#B94A48;
}

0 个答案:

没有答案
相关问题