header height change on the form.

Discussion in 'Blackriders WordPress Theme' started by destinationauto, Sep 25, 2014.

  1. destinationauto

    destinationauto New Member

    Joined:
    Sep 19, 2014
    Messages:
    23
    Likes Received:
    0
    Hi,

    At 780-950px width on the home page, the header for the form seems too short.

    Could it stay in same height like other times?

    http://speedycarloans.ca/

    Thanks in advance,

    Albert
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You can manage it's height by increasing line-height value in following css code and use following css code in Custom CSS.
    Code:
    @media only screen and (max-width: 960px) and (min-width: 767px){
    .signupform-header h4 {
    line-height: 22px;
    }
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page