lead form overlap

Discussion in 'Blackriders WordPress Theme' started by deveshd, Oct 10, 2014.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Lead form is not screen size responsive for example, when I open the site in a 13" laptop, the lead form overlaps the tag lines etc under the slider. Please help me fix this. (see screenshot)
    [​IMG]
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media (min-width: 780px) and (max-width: 1450px) {
    div#mCSB_1 {
    overflow: visible;
    }
    .signinformbox_wrapper {
    overflow: scroll;
    max-height: 300px;
    }
    }
    Thanks & Regards
    Pramod
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    But this adds a scroll in my lead form, I want the lead form to be screen size responsive without the scroll. please advise.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please download a fresh copy of theme and install them. Theme available in member area works perfectly and form is also responsive.
    Thanks & Regards
    Pramod
     

Share This Page