How to change label padding

  • mbas123
    Asked on May 3, 2015 at 8:03 AM

    Hi,

    I want to know how to change the label padding

     

    Thanks

    Rey Galvez

  • Sammy
    Replied on May 3, 2015 at 9:42 AM

    You can change the label padding by applying the desired parameters to the following class

    .form-label {
        padding:10px;
    }

    You can use the designer in order to view real-time changes to your label

    Goto Setup & Embed -> Designer

    When the designer window opens goto the CSS tab and paste the above code, modify it according to your needs.

    How to change label padding Image 1 Screenshot 20