Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #703196

    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

    #703590

    Hey kkwasniewski,

    It looks to be full width on my end, not sure how you want to change the width?

    Best regards,
    Rikard

    #703651

    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

    #703656

    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

    #703672

    Hi
    Works great, thank you a lot!
    Krzysztof

    #703673

    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

    #703781

    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

    #704199

    Hi
    Yes please find bellow

    #705941

    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

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