View All 16%
Original price was: $65.89.$55.89Current price is: $55.89.33%
Original price was: $67.99.$45.99Current price is: $45.99.8%
Original price was: $126.11.$116.19Current price is: $116.19.20%
Original price was: $163.00.$131.79Current price is: $131.79.
.woocommerce-MyAccount-navigation {
display: none;
}
/* Remove the top border */
.my-account-wrapper {
border-top: none !important;
}
/* Remove the right border */
.my-account-wrapper .my-account-navigation {
border-right: none !important;
}
/* Ensure the wrapper takes up full width */
.my-account-wrapper {
display: block !important;
width: 100% !important;
}
/* Remove navigation’s width to prevent column layout */
.my-account-wrapper .my-account-navigation {
display: none !important; /* Hide the navigation (optional if already hidden) */
width: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
/* Make the content span full width */
.my-account-wrapper .woocommerce-MyAccount-content {
width: 100% !important;
margin: 0 auto !important;
padding: 0 20px; /* Add padding for better readability, optional */
}
.hide-menu-container {
display: none;
}
body.logged-in .hide-menu-container {
display: grid; /* Adjust based on your grid settings */
}