[ad_1]
Hi,
It should be in the middle, so I suspect there might be an extra margin/padding or line break. Try this custom CSS to force reset that:
.asl_m br {
display: none;
}If that does nothing, then try maybe this:
input.orig {
margin: 0 !important;
padding: 0 !important;
}All the best,
Ernest
thank you very much. it works now!
Great!
I will mark this as resolved then 🙂 Feel free to rate the plugin if you like it, it helps us a lot!
All the best,
Ernest
