Home Forums WoodMart support forum How to fix My Account Address display

How to fix My Account Address display

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

    Joie
    Participant

    Hello

    Do you know how to fix my addresses display. Currently it is very narrow.
    https://snipboard.io/M4QeRV.jpg

    Thank you
    joie

    #197696

    Hello,

    Please check all the custom HTML code in Footer, Copyright, Header banner, and widgets. Such happens when there is an unclosed tag.
    If all the tags are closed, deactivate the plugins not related to the theme and check again.

    Best Regards

    #197904

    Joie
    Participant

    Hello i have disable almost all plugins not required by woodmart.
    I have set header to default header. I have removed the footer and copyright.

    But still i cannot see the billing address formatted properly

    Attached is an administrator access
    Could you please help.

    #197923

    Hello,

    This is the Wooocommerce markup and our theme does not influence. I have now checked at the Storefront on my site and see the same https://prnt.sc/snw5ya

    Best Regards

    #198167

    Joie
    Participant

    Hello,

    I did a test. If you click on Shipping > Shipping options
    and set “Force shipping to customer billing address”, then the display in woodmart theme my account will be cramped.

    I did a test on storefront theme and it worked correctly.
    https://snipboard.io/Iv4b9Q.jpg
    https://snipboard.io/cUpz9C.jpg

    So do you think it is from theme issue ?
    Can you reproduce it at your end ?

    Thank you

    Joie

    #198341

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce-MyAccount-content .woocommerce-Address.col-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    We shall fix this issue in the nearest update.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)