We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 34757
    • 38 Posts
    Hi everyone,
    there’s a way to set the width of the custom fields?

    I have a standard Title field of 305px and a custom Year field of 1228px! (see attached screenshot)
    If is not clear: How can i make the Year field of the same width of Title field?

    Sorry for my poor English!

    Thanks
      • 1788
      • 1,103 Posts
      Quote from: dscvr at Jun 15, 2011, 05:35 PM

      Hi everyone,
      there’s a way to set the width of the custom fields?

      I have a standard Title field of 305px and a custom Year field of 1228px! (see attached screenshot)
      If is not clear: How can i make the Year field of the same width of Title field?

      Sorry for my poor English!

      Thanks
      css
        • 34757
        • 38 Posts
        mmm ok, but how can i assign a css class to a custom field?
          • 34757
          • 38 Posts
          any ideas?

          maybe i wrote in the wrong section
            • 34757
            • 38 Posts
            Solved! Was a stupid question... But if someone have the same problem, here's the solution:

            PATH: www.your-site.com/manager/media/theme/style.css
            form input-type#tv-id { width: 200px !important; }

            input-type = input type (eg: input, textarea, etc)
            tv-id = id of the template variable you want to affect (eg: 'tv20')