This topic has 14 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
screenshot attached in private.
on mobile when view orders section of account, “actions” column gets cut off.
what do i need to edit to fix this?
Hello,
Please add this code in Custom css:
.template-container {
overflow: visible;
}
.woocommerce-MyAccount-content {
overflow: auto;
}
Regards
hmmm… that hasn’t changed anything that i can see. On mobile still cannot see the final column
Hello,
The code added a possibility to scroll the orders information table. Please check one more time.
Regards
I presumed that, but nope.. No change 🙁
Could you please provide wp-admin access in Private Content?
Regards
ofcourse..
Please clear cache and check one more time https://gyazo.com/7b1699dcdf01db956d76649d0c2a9cd6
Regards
Knew it had to be me not you, thank you again 🙂
You’re welcome!
Have a nice day.
Regards
Oh, just realised.. It’s also made overflow on themes homepage scrollable, as before it was static
Hello,
You are right, please delete the code from Theme Options > Styling > Custom css and add this in Custom css for the account page http://prntscr.com/it51x8
Regards
perfect, thank you
You’re welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up