This topic has 4 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
I’m new to X8theme and i like all the features that comes with it. However, you guys made a change in layout to the Account page and it looks good except on mobile version. I’ve tried to fix it with no luck as its a woocommerce short-code. just need to make the nav menu list a bit wider but at the moment it has a border line drawn accross the list.
Also, my theme seem to have has a sidebar widget that seem hard coded with the default and theme page layout so that appears on every page and i have no luck in trying to remove it and keep it as full-width.
Any help please.
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 My account page then. This code can be deleted after the next theme update.
Theme Options > Blog > Blog layout > Sidebar position > Disable.
Regards
I’m sorry mate but the code didnt fix the mobile version of “MY ACCOUNT” page.
It still looks bad on mobile
Clear cache of your mobile browser and check one more time.
Provide temporary wp-admin access, so we can take a closer look.
Regards
You must be logged in to reply to this topic.Log in/Sign up