dee823

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Table In Page for cell phone viewing #59791
    dee823
    Participant

    Found an answer, sorry for the simplistic request.

    I added class-“responsive” to the <table>, <table class=”responsive”>. And the following code to the additional CSS

    @media only screen and (max-width: 840px) {
    table.responsive {
    margin-bottom: 0;
    overflow: hidden;
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
    }
    }

Viewing 1 post (of 1 total)