Adjust the table to fit on mobile screen

  • stormingrobots
    Asked on February 21, 2020 at 5:12 PM
    another problem is that this page looks bad in  mobile.  The table below looks bad. I have tried:
  • Bojan Support Team Lead
    Replied on February 21, 2020 at 5:19 PM

    Greetings and thank you for your message.

    To solve this problem, please try to wrap your table within a div, and add the following style to it:

    style="width: 100%; overflow-y: scroll;"

    Adjust the table to fit on mobile screen Image 1 Screenshot 20

    This will add a horizontal scroll to your table, and users will be able to see it whole if they scroll it sideways.

    Please do not forget to add the closing div after the table is closed. 

    Let us know if this resolved your problem, and if you have any further questions.

  • stormingrobots
    Replied on February 22, 2020 at 6:12 AM

    Works great. Thank you again.