My account page is not mobile responsive can you check please?
This topic has 3 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Mohammad Javed
My account page is not mobile responsive can you check please?
Hello,
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
Thank you so much. It is fixed.
The issue related to '‘My account page is not mobile responsive how to fix?’' has been successfully resolved, and the topic is now closed for further responses