Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
by pitadmin | Okt 8, 2021 | Allgemein | 0 comments
@media (min-width 767px) {
/*set the width of the button*/
.et_pb_newsletter_fields .et_pb_newsletter_button_wrap
flex-basis: 165px !important;
}
/*set the width of the input fields minus the width of the button*/
.et_pb_newsletter_form .et_pb_newsletter_field {
flex-basis: calc(100% - 165px) !important;
}
{
.custom-opt p.et_pb_newsletter_field {
min-width: 100%;
}
.custom-opt p.et_pb_newsletter_button_wrap {
min-width: 100%;
}