Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter coa24

    (@coa24)

    Thanks the to support team at blazing torch, I was given this CSS code and it worked. You can adjust the pixel as needed. You may or may not have to put the !important after px or auto.

    #praybox table.subform td.input input {
    height: 30px;
    }

    #praybox table.subform td.input textarea {
    height: auto;
    }

    Also I had an issue with the name fields being highlighted and the text white. So I placed this at the end to tweak the font size, font alignment and to get rid of the blue background around the text. But for chrome I had to put this at the end (after I did the above css to get rid of the padding issue in Firefox and IE.

    #praybox .label {
    color: black!important;
    }

    #praybox .label {
    background: none!important;
    }

    #praybox .label {
    font-size: 15px!important;
    }

    #praybox .label {
    vertical-align: bottom!important;
    }

Viewing 1 replies (of 1 total)