How to adjust Space between header and form

  • UBANY
    Asked on September 9, 2015 at 6:27 PM

    I need to space up the header of my form from the rest of the form body.

    I injected this CSS Code

    .form-header-group, .form-header-group + .form-header-group {

     

        border-top: 0px none;

        padding-bottom: 10px;

    }

     

    .form-line {

        padding-top: 0px;

        padding-bottom: 10px;

    }

    but it did work. 

    How can I achieve that?

     

    Thank you.

  • Evren VP of Growth
    Replied on September 10, 2015 at 2:53 AM

    Hi UBANY,

    Can you embed this css into your code ?

    .form-header{

        padding-bottom: 40px !important;

    }

    Please feel free to contact me if you have any questions.

    Thank you

  • UBANY
    Replied on September 10, 2015 at 7:20 AM

    Hi Evren,

    Thank you.

    It still did not work with mine.

  • Evren VP of Growth
    Replied on September 10, 2015 at 8:18 AM

    Hi UBANY,

    I dig your form css. As I see you have more than one same class definition on your injected css.

    For example you have two different h2.form-header block.

    I edit one of this block for you.

    h2.form-header {

    line-height : 1em;

    padding-bottom : 70px;

    font-size : 1.714em;

    }

    Can you check it ? 

    Please feel free to contact me for any further assistance.

    Thank you

  • UBANY
    Replied on September 10, 2015 at 9:37 AM

    Great. It worked.

    Thank you, evren.

     

    NB. please can you quickly look into my other request? i have aready open a section for it with the heading

    "Form Inactive in Mozilla Firefox (Private)"

    Thank you.

  • Evren VP of Growth
    Replied on September 10, 2015 at 10:00 AM

    Hi UBANY,

    I glad that your problem have been solved.I also answered your question on other thread.

    Please feel free to contact me for any further assistance.

    Thank you

  • See71
    Replied on October 19, 2015 at 2:51 PM

    Why there is space at the top of the header?

    How to remove the glue to form part?

    https://gyazo.com/ab034b8dbd0a60f29757047f7eaccf60

  • KadeJM
    Replied on October 19, 2015 at 4:09 PM

    @ See71

    I have moved your followup issue to this new thread

    We ask that in the future you please post your own questions as a new separate thread issue.