This topic has 4 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
Dear 8theme,
May i know why after i using my phone to view website “https://powerautocity.com/” then i go to login to my account the layout look like not arrange properly how to fix it?
https://i.imgur.com/y1ex76c.png
Thank You
Hello,
Thanks for using our theme.
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 the My account page then. This code can be deleted after the next theme update.
Regards
Hi,
so next update will fix this problem right?
Hi,
Yes.
Regards
You must be logged in to reply to this topic.Log in/Sign up