Bob Fludder
Posts: 0
Joined: Fri Sep 14, 2012 1:09 am

Page heading text limitation

I'm, still using the old flash builder (for now) but I've noticed that only 15 characters (or thereabouts) of the page header text displays when testing - even though more than double that shows in the designer. Is there a limitation here ?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Page heading text limitation

Hello.
There is no any limitation. The length of the text is changed automatically depending on the screen resolution. If you want to change text length you should override css class. This can be done as follows

  1. Create css file.
  2. Add to css file next code
    code
    .ui-title {
    margin: .6em 20% .8em!important; }
    /code
    where 20% is margin from left and right. The smaller the percentage the more text will be placed.
Bob Fludder
Posts: 0
Joined: Fri Sep 14, 2012 1:09 am

Page heading text limitation

Excellent. Thanks I'll give that a try

Return to “Issues”