This topic has 2 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hello, I noted some problems with borders that cut the text in the Account page on the mobile version.
The problems are only on mobile version (on desktop all is perfect) and they changes according to the width of the page. For example on the screen of an iPhone 8 the text is cut.
Please see the page link o the pics in PVT content.
Hello,
Please add this code in Custom css for page:
@media only screen and (max-width: 480px) {
.woocommerce-account .page-wrapper .content-page {
padding-left: 15px;
padding-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content {
padding-left: 0px;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up