Hi
How can I woocommerce login area width?
See screnshot here here
When I put shortcode [woocommerce_my_account]
as 1/2 column it looks too narrowly after user login
Can I set width only for login form?
Krzysztof
Hey kkwasniewski,
It looks to be full width on my end, not sure how you want to change the width?
Best regards,
Rikard
Yes, it is full width but I think that it could looks better when it will be 1/3 in the center of screen (similar to WordPress login design)
It is possible?
BR
Krzysztof
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-12 .woocommerce {
max-width:300px;
left:50%;
position:relative;
transform:translateX(-50%);
}
Best regards,
Vinay
Hi
Works great, thank you a lot!
Krzysztof
Hi again
Apologise I was to hurry.
It works ok, wne user is log out but when they login it looks bad
please find screenshot
Can we solve that?
Krzysztof
Hi,
Could you post admin login details in private so that we can compare the results when logged in and not please?
Best regards,
Rikard
Hi
Yes please find bellow
Hi,
Is this already fixed? I have checked it and the area is already wide enough unlike the one in the screenshot.
Best regards,
Nikko