Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Nuanced Media

    (@nuanced-media)

    This can be done fairly easily with a small bit of css. Depending on the circumstances of your scenario this may involve changing the font-size of the label text or modifying the actual width of the table fields. If you can provide me with a url of the page where this is happening I can happily draft you some specific css that resolve the issue fort your specific use case.

    Thanks,
    Charlie Maxwell
    [NM_Developer]

    Thread Starter ccaley

    (@ccaley)

    Hi Charlie,

    Thanks so much for getting back to me. The website is on a staging link, here https://s462851888.onlinehome.us/reviews

    Let me know your thoughts, or if you need anything else (pw etc)

    All the best,
    Chris

    Plugin Contributor Nuanced Media

    (@nuanced-media)

    Chris,

    This should be enough to resolve your issue. Simply drop this on your review page.

    <style>
         .rr_form_row .rr_form_input .rr_small_input {
                 width: 100%;
                 box-sizing: border-box;
          }
    </style>

    Let me know if this doesn’t work,
    Thanks,

    Charlie Maxwell
    [NM_Developer]

    Thread Starter ccaley

    (@ccaley)

    Thanks so much Charlie. That worked perfectly, nice work!

    Plugin Contributor Nuanced Media

    (@nuanced-media)

    Happy to Help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change the width of the input field’ is closed to new replies.