Hi, how can I right align the login box?
Hey DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .form-row label {
float: right;
}
#top .woocommerce .login .button {
margin: 0 0 0 20px;
}
Hope it helps :)
Best regards,
Nikko
Thanks!