Reduce padding at the top of frame

  • AHSPharm
    Asked on September 18, 2015 at 5:01 AM

    Hi,

     

    How do I reduce the padding above the logo? 

     

    Reduce padding at the top of frame Image 1 Screenshot 20

  • victor
    Replied on September 18, 2015 at 9:28 AM

    Hi,

    To reduce the space above on top of your form, you can inject the following CSS code:

    .form-all {

        font-family : 'Open Sans', sans-serif;

        padding-top: 0px !important;

        margin-top: -60px !important;

    }

    Please let us now if this helps.

    Regards