How to add vertical lines within the configurable list that separate each question?

  • ghgsummit
    Asked on May 31, 2016 at 12:19 PM
    Also, if there's a way to add vertical lines within the configurable list that separate each question (a vertical line separating 'therapeutic area' from 'brand name' and so on and so forth)
  • BJoanna
    Replied on May 31, 2016 at 12:28 PM

    To add vertical line add this CSS code inside of configurable list Custom CSS field:

    table td

    {

    border-left: 1px solid #000;

    border-right: 1px solid #000;

    }

    How to add vertical lines within the configurable list that separate each question? Image 1 Screenshot 30

    After that you for will look like this.

    How to add vertical lines within the configurable list that separate each question? Image 2 Screenshot 41

    Hope this will help. Let us know if you need further assistance.