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

    Hi,

    I am trying to change the position of the customer registration button on the WooCommerce login/my account page. Exactly like in this thread:
    https://kriesi.at/support/topic/woocommerce-registration-login-page-layout/

    but I have tried entering this:

    #customer_login input[type=”submit”] {
    float: none !important;
    }

    into the custom css.

    but it doesn’t work for me this code. Please could you help me try to do this? The position of the ‘register’ button is basically half in/half out the registration box and I would like it to be inside the box like the ‘login’ button in the left column.

    Thanks!
    Jamie

    #1219260

    Update!

    It’s okay I managed to fix it with this code:

    .woocommerce-page .button {
    float: none ! important;
    }

    Thanks!

    #1219598

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.