Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Right align login’ is closed to new replies.
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!