There is a difference between log-in box and register box.
In register box, the outside line is crossing the button. And I think this is wrong.
You can see an example, here:
https://www.topmenaje.com/mi-cuenta/
How can I have that outside line, in the same way in both boxes?
Hey Luis Eduardo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.col-1,.col-2 { background: transparent !important; }
@media only screen and (min-width: 1024px) {
form.register {
padding-bottom: 60px!important;
}}
Regards,
Yigit
Thanks Yigit!
It works fine.
Regard,
Luis