Table columns alignment
Hi, I have placed a Table on a New form with two columns. First column contains list fields, second column contains some descriptive Rich Text. When rendering the form, the descriptions are not top-aligned with the fields in the first column. Second column content displays lower than the first column.
I want to align the tops of the fields and the texts.
Should I add some CSS? And where should this be added?
Thanks in advance for your support,
Kind regards
Jan
I want to align the tops of the fields and the texts.
Should I add some CSS? And where should this be added?
Thanks in advance for your support,
Kind regards
Jan
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
Could you provide screenshots of the design and the result?
Could you provide screenshots of the design and the result?
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Could you send a template of the list (go to list settings and click 'Save this list as template') and the form (export it in Forms Designer) to support@spform.com?
-
- Moderator
- Posts: 33
- Joined: Wed Sep 21, 2016
Hi!
Add the code below into CSS-editor in Forms Designer
td>div>span>p{
margin-top: -5px;
}
You can change the value to adjust vertical positioning.
Add the code below into CSS-editor in Forms Designer
td>div>span>p{
margin-top: -5px;
}
You can change the value to adjust vertical positioning.
-
- Information
-
Who is online
Users browsing this forum: No registered users and 3 guests