Hi, how can I make the my account page look better on mobile?
Hey DROR,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* Account page CSS */
@media only screen and (max-width: 767px) {
#top.woocommerce-account .woocommerce-MyAccount-navigation, #top.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}}
Best regards,
Yigit
Hi Yigit, I tried it in the Custom CSS and in the style.css but it didn’t make any difference.
Hi,
Please try changing the code to following one
@media only screen and (max-width: 767px) {
#top.woocommerce-account .woocommerce-MyAccount-navigation, #top.woocommerce-account .woocommerce-MyAccount-content {
width: 100% !important;
}}
Cheers!
Yigit
It’s exactly the same code… or am I missing something?
Works. How can I move the “hello user” to be displayed above the table of options?
Hi,
Image seems broken when i click the link. Can you check it once again?
Best regards,
Yigit
Hi DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 767px) {
#top.rtl_columns .avia_textblock .woocommerce {
display: flex;
flex-direction: column-reverse;
}
}
Hope it helps :)
Best regards,
Nikko
Thanks.
Hi bakbek,
Glad that we could help :)
Let us know if you need further assistance or if we can close this thread.
Best regards,
Nikko