CSS Styling Only Moves Text Box in a form field, but not the rest of it

  • Bell_Billy
    Asked on September 5, 2024 at 12:03 PM

    Hello,


    What I am attempting to do is have a fixed Caller Name option so our support representatives can always edit the caller name on the fly. The problem I am running into is when trying to do with CSS, it'll move the input box but not the other parts of the field.


    I know you can go to a field properties and get it's CSS Field IDs but it only gives me #input_277.

    What I get is a Text Box with no descriptors at the top with Caller Name stuck in the form. Picture will explain it better. First time using Jotform Support so if I need to add anything else please let me know.

    CSS Below:


    input#input_277 {

      position: fixed;

      outline : thick double red;

      top : 5%;

    }

    Jotform Thread 18700861 Screenshot
  • Bell_Billy
    Replied on September 5, 2024 at 12:08 PM

    We can mark this as resolved. Using the advanced designer and double clicking the field did what I needed it to do. Sorry for the unnecessary post 😅.

Your Answer