Change Header Size

  • sepulchralsilence
    Asked on April 11, 2018 at 10:59 AM

    Hello,

    Can you help me with CSS? I need to change the header size, but I don't know how to do that.

    Thanks in advance.

    Jotform Thread 1441494 Screenshot
  • derya JotForm Developer
    Replied on April 11, 2018 at 11:22 AM

    Hi,

    If I understand you correctly, you want to change the font size of Order, Song Title and ISRC Code. To change the size of these headers, on your form builder, open Widget Settings of your form element. Under Custom CSS tab, add the following CSS code and click Update Widget.

    #contentHeader {

    font-size: 12px;

    1523459757Screen Shot 2018 04 11 at 18 Screenshot 10

     

    You can increase or decrease 12px to get the result you want.

    With 12px, the headers will look like this: 

    1523459868Screen Shot 2018 04 11 at 18 Screenshot 21

     

    Hope this helps,

    Thank you