Hi, how can I move the hello username text to be above the table in the my account page on mobile?
This should only apply to the my account page.
Hey bakbek,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top.page-id-8 .avia_textblock .woocommerce {
display: flex;
flex-direction: column-reverse;
}
}
Hope it helps :)
Best regards,
Nikko