Loading...

RE: Field Descriptions – Spacing

RE: Field Descriptions – Spacing

#7091
Anonymous
Anonymous
Participant

Hi

n

I can provide the workaround for this case:

n

    n

  1. Drag a HTML Form Web Part into the page;
  2. n

  3. Make sure the page is under the edit page mode, click the “Source Editor” setting for the HTML Form Web Part, put the below code into the dialog, that will create a new style class, and this class will be used to affect the description style:
  4. n

n

<style>

n

.myClass{

n

position: absolute !important;

n

margin-top: -15px !important;

n

}

n

</style>

n

    n

  1. Open the ezEdit for qListForm, apply this class for the field description, something like that:
  2. n

n

<span class="myClass">Description for this field</span>

n

 

n

save the settings.

n

 

n

Hope that can help you…

n

 

n