Change header width in View Page

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

Change header width in View Page

Post by nbruner »

I feel I'm just missing something simple. I'm not a programmer and the normal functions of PHPMaker are good for what we create. But, this one stumps me. When creating a field Header that is longer, on the View page, I'm trying to make it not Wrap the header (not the data). For example, I have a header called Formulation 1 .. depending on the screen resolution, it's Wrapping the "1" down.. Is there a simple thing I'm missing without having to change the CSS width or something?

Thx!


arbei
User
Posts: 9410

Post by arbei »

You may add CSS class "text-nowrap" (see https://getbootstrap.com/docs/4.3/utili ... d-overflow) to the header. (Assume v2019.) You can add CSS under HTML > Styles > User tab. Inspect the header in your browser to find the id or class.


Post Reply