Table

Home Forums General discussion Table

Viewing 1 reply thread
  • Author
    Posts
    • #21410
      Robert Ogden
      Participant

        Alex

        I was wondering if there was a way to cut down the amount of wasted area in a form below is the code that I used to create the table. I have attached a screenshot of the area I am looking to remove.

        table.ms-formtable {
        width: 300px;
        margin: 10px auto;
        padding: 10px;
        border-radius: 10px;
        font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
        color: #444;
        background-color: #F0F0F0;
        box-shadow: 0px 0px 20px 0px #000000;

        Thanks

        Rob

        Attachments:
      • #21429
        Alexander Bautz
        Keymaster

          Hi,
          You would have to add this to your Custom CSS:

          min-width:300px!important;

          Alexander

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