Hi,
I need help with the alignment of my account page in mobile layout please. I showed you screenshot how it was messy.
This topic has 2 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Rose Tyler
Hi,
I need help with the alignment of my account page in mobile layout please. I showed you screenshot how it was messy.
Helllo,
Add this code in Theme Options > Theme custom CSS > Global custom CSS:
@media only screen and (max-width: 992px) {
.woocommerce-MyAccount-navigation-wrapper {
width: 100%;
margin-bottom: 20px;
}
.MyAccount-dashboard-buttons {
flex-wrap: wrap;
margin-bottom: -10px;
}
.MyAccount-dashboard-buttons .btn {
white-space: nowrap;
margin-bottom: 10px;
}
}
clear cache and check My account page then. This code can be deleted after the next theme update.
Regards
The issue related to '‘Woocommerce Account Page Mobile Layout Messy’' has been successfully resolved, and the topic is now closed for further responses