Gunnar360c Posted January 25 Report Share Posted January 25 To guide users, we use a lot of field label hints. When inserting a longer text, the container often spans across the entire screen. Is there a way to control the width of the hint container? (It's straight forward to change fonts, background, and borders, in Styles, but not the width!) I appreciate any input on this topic G Quote Link to comment Share on other sites More sharing options...
0 kpcollier Posted January 25 Report Share Posted January 25 <style> .cbFormHintTipContainer { width: 250px; } </style> You could use CSS. Put this in the header. Change '250px' to whatever you want. Gunnar360c 1 Quote Link to comment Share on other sites More sharing options...
0 Gunnar360c Posted January 26 Author Report Share Posted January 26 Many thanks - this works perfectly! Quote Link to comment Share on other sites More sharing options...
Question
Gunnar360c
To guide users, we use a lot of field label hints. When inserting a longer text, the container often spans across the entire screen.
Is there a way to control the width of the hint container?
(It's straight forward to change fonts, background, and borders, in Styles, but not the width!)
I appreciate any input on this topic
G
Link to comment
Share on other sites
2 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.