This topic is locked

Text Area Height and Width

11/7/2016 10:04:40 AM
PHPRunner General questions
S
swanside author

Hi

I am using a bootstrap template, and I have a Text Area which is set at 45(px) for Height and 750 (px) for width, but in my final run, on the webpage, it does not appear to have these sizes?
Cheers

Sergey Kornilov admin 11/9/2016

Need more info. Probably you need to post your project to demo account and contact support directly.

S
steveh 11/9/2016

The generated code specifically skips the width if the layout is bootstrap

lefty 11/9/2016



The generated code specifically skips the width if the layout is bootstrap



It also skips the height and leaves white space with scrollbars just in the grid . For example bootstrap / freeform mode has to be set to vertical to use freeform , so say you have 40 fields . When you move all the fields to your desired

format in the grid ( example move up ) there is no way to get rid of the white space underneath that is not used. Tried everything (ex. in visual editor grid mode) , table moves but white space stays. in Html mode can't find height . it seems its automatic from when you first changed to vertical mode . That is what stays no matter any moving of table settings by dragging table in the correct mode and since bootstrap dosent't use mobile template it's even worse in mobile view and tried ismobile function but since you don't build mobile no fix.
SO output shows scrollbars in grid for that one record (freeform) mode with say 500px height of whitespace. See my posts below as nobody has answered them . one of them includes this similar problem.

hope I can get some replies for bootstrap issues.