How to fix My Account Address display
-
Hello
Do you know how to fix my addresses display. Currently it is very narrow.
https://snipboard.io/M4QeRV.jpg
Thank you
joie
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
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.
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
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
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