This topic has 4 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler
Hi,
I have a problem with My account page styling on mobile:
could you please help ?
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
Thanks,
Works fine.
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up