How can I adjust so that the text via mobile access isn't so close to the edges?

  • LVRSadmin
    Asked on August 22, 2016 at 9:33 PM
  • liyam
    Replied on August 22, 2016 at 11:47 PM

    Hello LVRSadmin,

    Can you try injecting this CSS code:

    @media screen and (max-width: 480px), @media screen and (min-width: 480px) and (max-width: 768px), @media screen and (min-width: 480px) and (max-width: 549px), @media screen and (min-width: 768px), @media screen and (max-width: 549px)  {
     .form-section {
       margin-left: 5px;
      margin-right: 5px;
     }
    }

    If you need the steps on how to inject CSS, please refer to this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Feel free to let us know if you have questions or if you need assistance.

    Thanks.