Dear GreenstoneKC,
Within the theme please add width:n px; height:n px;
After that add the following to move it to the right:
div [wdid='6'] {margin-left: 36px;}
Where you can replace 36 with the desired number. Thank you.
Within the theme, or within the form maker widget?
Dear GreenstoneKC,
The changes should be made within the theme of the Form Maker currently in use. Thank you.
I’m not entirely sure where to place it within the code?
<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;">
<div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false">
<div class="wdform_section">
<div class="wdform_column ui-sortable">
<div wdid="1" class="wdform_row ui-sortable-handle">
%1 - Name:%
</div>
<div wdid="2" class="wdform_row ui-sortable-handle">
%2 - Phone:%
</div>
<div wdid="4" class="wdform_row ui-sortable-handle">
%4 - Which service?%
</div>
<div wdid="5" class="wdform_row ui-sortable-handle">
%5 - How Did You Find Us?%
</div>
<div wdid="6" class="wdform_row ui-sortable-handle">
%6 - type_submit_reset_6%
</div>
</div>
</div>
<div valign="top" class="wdform_footer" style="width: 100%;">
<div style="width: 100%;">
<div style="width: 100%; display: table;">
<div style="display: table-row-group;">
<div id="form_id_temppage_nav1" style="display: table-row;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Dear GreenstoneKC,
This is not the theme. You can find out the theme and add the code following the steps: Go to the Form Maker>Manager>Your form>Form Options>General Options. Here press Edit CSS button and simply add the code within the code at the beginning of the code and press Save. Thank you.