How to make my table font size responsive in Thank You page?

  • eatomu
    Asked on November 10, 2016 at 3:27 AM

    Hello,

    I've tick the make form responsive but my table is still cut off in my embed thank you page. This form is embed in wixsite.

    I added <table style="width: 100%; height: auto;> to make the table size responsive but how do I make the font size in the table responsive? I need them to resize to a smaller font on smaller devices.

    How to make my table font size responsive in Thank You page? Image 1 Screenshot 20

  • Chriistian Jotform Support
    Replied on November 10, 2016 at 3:43 AM

    You can inject the custom CSS code below to reduce the font size of your Thank You page table on mobile. You can also change the highlighted value based on your specification.

    @media only screen and (max-width: 580px){

       .thankyou table {

          font-size: 12px;

      }

    }

    Here's how it should look:

    How to make my table font size responsive in Thank You page? Image 1 Screenshot 20

    If you need further assistance, please let us know.
    Regards.