My "register an account" Site is messed up

Hey,

I don't know how to better describe it. But my "register an account" Site is Messed up and i don't know how to fix ist.


I fear its been like that since i first got the theme but i never noticed the side.


Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Thanks

  • There is a CSS that causes it:

    With these CSS disabled, the view is correct:

    If you do not recognize where they come from disable your plugins one by one to find which adds them.


    Best regards

  • Thank you. I found the Plugin that cuases this. But if I deactivate it, then all my Elementor Build sites are gone. So deactivating it, is not a good option for me.

    Isn't there any additional CSS that I could add to fix it?


    Best regards.

    Angie

  • It would be best if you contact the plugin author for that.

    I do not know if the CSS I prepared for you will break something else or stop working at some point between updates. The plugin author knows best what custom CSS will be safe for you.


    Best regards

  • Okay. Thank you anyway.

  • Could we still try it with Css?


    The Author of the plugin doesn't seem to give support anymore. The last Answer they gave on their support forum was 9 month ago.


    Best regards

  • Try the following CSS code:

    .woocommerce #customer_login .col-1,
    .woocommerce #customer_login .col-2{
     max-width: unset;
    }
    .woocommerce #customer_login .form-row{
     flex-direction: column;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • Thank you, works just fine.

    sorry for the late answer


    Best regards

Sign In or Register to comment.