How to resize form width?

Forums Classic DFFS How to resize form width?

Viewing 1 reply thread
  • Author
    Posts
    • #33565
      Harsh
      Participant

      I want to remove unwanted space from right hand side of the form?
      How can i do achive this?

      Attachments:
    • #33573
      Alexander Bautz
      Keymaster

      To increase the general width of the fromtable you can add this to your Custom CSS:

      .ms-formtable{
          width:1200px!important;
      }

      Alexander

Viewing 1 reply thread
  • You must be logged in to reply to this topic.