Hello guys, it has been finally patched in 4.1.15, Patchstack should confirm it soon. I lost my access keys to WP repository due to a stolen phone and it took a while.
Ales
Hello, patched in latest 4.1.15
Hello, thanks for your support!
you can use this custom CSS:
@media only screen and (max-width : 520px) {
.cmp-subscribe input[type="email"] {
width: 65%;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
display: inline-block;
margin-bottom: 0;
}
.cmp-subscribe input[type="submit"] {
width: 35%;
display: inline-block;
margin-left: -7px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
}
Ales