-
celestehAsked on September 11, 2015 04:38 PM
I have a form text box with multiple questions and my background image has a figure on the right that I don't want being hidden behind the form. I don't know how to align the form itself to the left. It is always in the center. I tried all the settings and I am not sure what they do.
Also,
when I choose "expand" it just expands the entry box and does not allow me to extend the text so that it is just on one line at a time.Thank you!!
-
JanAnswered on September 12, 2015 03:11 AM
Please use this custom CSS code in order to align your form to the left.
.form-all {
margin-left : 60px !important;
margin-right : 0px !important;
margin-top : 0px !important;
margin-bottom : 0px !important;
}The margin-left value can be adjusted whichever you prefer. This is how it should look like:
Please refer to this guide on how to inject custom CSS on your form. Thank you.
-
JanAnswered on September 12, 2015 03:15 AM
I created a separate thread for the other issue. We do one thread per issue. Here's the URL of the new thread: https://www.jotform.com/answers/660715
Thank you for understanding.