Reply 349124 to: My account page contents not showing properly in mobile view

Avatar: Tony Rodriguez
Tony Rodriguez
Support staff
March 7, 2023 at 06:12

Hello @bhabani,

We have identified two issues with the mobile view of your account page, namely that the text alignment is not correct and the text is at the edge of the page.

To resolve this, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS. After clearing the browser cache of the mobile, the issue should be resolved.

@media(max-width:767px){
.woocommerce-account nav.woocommerce-MyAccount-navigation {
margin-left: 20px !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
margin-left: 20px !important;
margin-right: 20px !important;
}
.empty-wishlist-block {
padding: 10em 0 5em !important;
}
}

Regarding the white space above the content, this is due to the margin that has been set for the Elementor element on your site. Please refer to the screenshot provided at the following link: https://postimg.cc/zLTq0pKq. Please locate and remove the margin to resolve the issue.

Alternatively, if you would like us to investigate further, please provide us with your WordPress Admin URL and credentials in the private content area of this topic.

We hope this helps.

Best regards,
8Theme’s Team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.