Question
3
Replies
557
Views
Posted: November 29, 2016
Last activity: December 1, 2016
Alignment of a link
Hi guys,
I have the attached configuration. on runtime, the link is not aligned with the textbox, it is above a bit *as attached shows), how to let it be aligned?
thanks in advance,
***Updated by moderator: Lochan to update Categories***
Hi Rosy,
The link you mentioned is being placed in the center of the Dynamic Layout's occupied space. Hence it's not aligned with the dropdown beside it. If you inspect the element, you can notice the vertical align as middle.
To achieve your use-case, you can either
1) Use vertical align as bottom, in the inline style of that cell.
2) Add a margin-top with required pixels, that pushes the label down.