Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #960229

    Hi, the tables for orders and downloads on mobile under my account page are not showing correctly. How can I fix them?

    #960250

    Hey bakbek,

    Try using this css code in Quick CSS:

    @media only screen and (max-width:767px) {
      #top.woocommerce-account .woocommerce-MyAccount-content {
        padding-right: 0 !important;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    #960259

    Thanks Nikko, how can I get the lines on the right and left side of table back?

    #960612

    Hi bakbek,

    I have checked your site however it gives 404 error.
    Also can you give us access to an account which has existing orders, so we can see the table properly.

    Best regards,
    Nikko

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