telly Posted January 30, 2019 Report Share Posted January 30, 2019 I need some help with the text-align. One of my field labels is too far with the input text field. You may check my DataPage URL: https://c0dcv045.caspio.com/dp/aa4a600033503bff809645c98260 Quote Link to comment Share on other sites More sharing options...
0 SunakoChan Posted January 30, 2019 Report Share Posted January 30, 2019 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 Quote Link to comment Share on other sites More sharing options...
0 kpcollier Posted January 30, 2019 Report Share Posted January 30, 2019 Create a section that goes right before the last field. Quick fix that previously worked for me. Quote Link to comment Share on other sites More sharing options...
0 TsiBiRu Posted January 30, 2019 Report Share Posted January 30, 2019 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. Just copy and paste the code below in your Header <style> #InsertRecordPhone_Number { margin-left: -72% !important; } <style> I hope this helps. Regards, TsiBiRu Quote Link to comment Share on other sites More sharing options...
Question
telly
I need some help with the text-align. One of my field labels is too far with the input text field.
You may check my DataPage URL: https://c0dcv045.caspio.com/dp/aa4a600033503bff809645c98260
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
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.