Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #956807

    Hi, how can I right align the login box?

    #957593

    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

    #957643

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Right align login’ is closed to new replies.