Register column changes size during typing

Hi,

my register column changes size during typing on the “my account” site. (because of the password info text)

how can I add a space there?

URL: https://www.korkenfreunde.at/mein-konto/

Thx in advance! :slight_smile:

Hi Nikolaus,

Thanks for writing in! Could you please try adding the following CSS rules into your X -> Theme Options -> CSS area and see if that helps.

.woocommerce-form-register {
    width: 550px;
    max-width: 100%;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
    margin-top: 10px;
}

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.