Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #960227

    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.

    #960249

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.