How to decrease the padding of the field labels?

  • NiesRRD
    Asked on June 25, 2019 at 9:40 PM

    I'm trying to make the side section title squares thinner between questions so that the entire form is condensed better.


    Also,

    I'm trying to "add column" to my form but when I try to add a column, it shows up and 

    Lastly, I want to know how to change the color of the red box behind the shopping basket at the top page header.

    Jotform Thread 1870311 Screenshot
  • AndrewHag
    Replied on June 26, 2019 at 2:41 AM

    I'm trying to make the side section title squares thinner between questions

    Please try the CSS code below:

    .form-label-left{

      padding: 15px;

    }

    I want to know how to change the color of the red box behind the shopping basket

    We can change the background color. But, the cannot be changed completely as the background color is applied to the image. This is how it displays if we change the background color:

    1561531127chrome SK9Q1IG10q Screenshot 10

    The remaining red color is part of the image.

    Here is the code if you wish to change the color:

    .form-header-group{

       background : linear-gradient(to right,  rgba(51,51,51,1) 88%,rgba(0,0,255,1) 88%);

    }

    Add this code and modify only the highlighted color to change the background color as per your wish. Or you can also tell to which color you wish to modify so we can give you the code accordingly.

    I moved your another concern to a different thread, please follow this link: https://www.jotform.com/answers/1870445