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/
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.