Jump to content
  • 0

Text Align


telly

Question

3 answers to this question

Recommended Posts

  • 0

Hi @telly,

You need to add a header on your DataPage, copy and paste this CSS code below:

<style>
td.cbFormLabelCell {
    text-align: right !important;
}
</style>

You can also put the text align right on your style, just go to your style>Labels>Source>.cbFormLabel just add the text-align: right !important;

I hope this helps.

Regards,

SunakoChan

 

 

Link to comment
Share on other sites

  • 0

Hi @telly,

If you want to move your text field closer and align it to your text boxes on the left side, you can use the code below to achieve this.

 

forum telly.png

Just copy and paste the code below in your Header

 

<style>
#InsertRecordPhone_Number
{
margin-left: -72% !important;
}
<style>


I hope this helps.

Regards,

TsiBiRu

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...