Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #215089

    Hi everybody

    I’ve some problems with the woocommerce login/register form (shortcode: [woocommerce_my_account]). The layout looks horrible :S (have a look to the screen)
    Wocommerce My Account

    Can I sort the register and login form among each other instead side by side? (google translate :-D)
    How can I edit the layout of this forms?

    If this not is depended of the enfold theme than this topic can be closed xD

    #215093

    Hi Fabrice!

    Is this happens on the website you have on your profile? If not, please post the link to your website and point out this section

    Cheers!
    Yigit

    #215095

    Hey Yigit!

    Thanks for your (unbelivible) fast answer! :-)

    Yeah right, it’s on this site. Have a look to “Mein Konto”. If you not logged in, you should see this page.

    Greetings!
    Fabrice

    #215099

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .col2-set .col-1 {
    width: 60%;
    }
    .col2-set .col-2 {
    float: left;
    width: 70%; }
    .col2-set .col-2  form.register {
    padding-bottom: 50px; }

    Best regards,
    Yigit

    #215109

    Hey Yigit

    Works perfect. Don’t know why but the button on the register-form isn’t still at the correct position with the padding-bottom. So I have change the code to:

    .col2-set .col-1 {
    width: 70%;
    }
    .col2-set .col-2 {
    float: left;
    width: 70%; }
    .col2-set .col-2  form.register {
    height: 250px; }
    .col2-set .col-1  form.login {
    height: 200px; }

    Hope that works on every device :-)

    Thanks a lot for your great support!

    Greetings and good night.
    Fabrice

    #215112

    Hi!

    You are welcome Fabrice! If it does not work, let us know so we can take another look

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Woocommerce Integration’ is closed to new replies.