Lead Capture Form Display

Discussion in 'Blackriders WordPress Theme' started by corrinekenner, May 27, 2014.

  1. corrinekenner

    corrinekenner New Member

    Joined:
    Mar 26, 2012
    Messages:
    1
    Likes Received:
    0
    The lead capture form displays properly on my home page, but it doesn't look right on my other subsequent pages. The text boxes are off-center, and the "Send Your Message" button looks like it's cut off at the bottom. How can I fix it?

    homepage: http://rescuelogic.com
    sample page with the funny-looking form: http://rescuelogic.com/press/
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .mCSB_container {
    margin-right: 0px;
    }
    .sidebar .signinformbox_wrapper{
    height:400px;
    } 
    You can adjust the value of "margin-right" and "height" as per your requirment.
    This will solve your issue.
     

Share This Page