Numeric field alignment right

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Macunaima
User
Posts: 52

Numeric field alignment right

Post by Macunaima »

Hi,
How to make numeric fields, when right-aligned, respect the preset width for the field on the preview page?
Grateful


mobhar
User
Posts: 11702

Post by mobhar »

You may adjust the alignment to Right from Fields setup -> View Tag pane -> Align, after that re-generate ALL the script files, and try again.


Macunaima
User
Posts: 52

Post by Macunaima »

Thanks for the feedback,
I know, but the field is hidden on the right side of the screen when viewed.
What I want is that the alignment obeys a certain width, for example, the size of the input tag.


arbei
User
Posts: 9355

Post by arbei »

You may inspect the element in your browser and add your own CSS styles.


Post Reply