This topic has 4 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
Hi there,
I love your theme and mostly all of its design. However the ‘my-account’ page seems to have been left out or not updated when Woocommerce recently updated their design of this page. Its very hard to use and laid out in a way that would cause most customers trouble. I am talking about the once logged in display.
The full width menus should be to the left like a sidebar.
Is there any plans to update this design in a future update?
Hello,
Please add this code in Global Custom CSS:
.woocommerce-MyAccount-content {
float: right;
width: 68%;
}
nav.woocommerce-MyAccount-navigation {
width: 30%;
float: left;
}
Best regards,
Jack Richardson.
Fixes it perfectly! Thanks again
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘My Account Layout’' has been successfully resolved, and the topic is now closed for further responses