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)
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
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
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
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
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