-
dianakryskiAnswered on June 20, 2013 06:51 PM
Your answer to NickyB's question above helped to move the form up to the top, but there is still a half-inch of space/margin along the left. In order to center the form in my website's side-bar widget, how can I get rid of that space along the left of the form? Thanks!
-
MorianAnswered on June 20, 2013 08:02 PM
Hi! Thanks for contacting us.
In order to move to form to the left-most, please set the value of margin-left and padding-left to -30px instead;
.form-all { padding-top:0; padding-left:-30px; margin-left:-30px; }
Result: