Hi Osquiabro,
ok, I see what's happening. The way Mobile fields are generated is slightly different to desktop fields, and this effectively negates the "vertical" setting. There is however a fix;
Version 7.05 and earlier;
a) Create a custom css file in your styles folder. Let's call it
CustomMobile.Css
In this file put
.nt-prompt{
float:none;
}
b) Add this file to the files list -
WebServer Procedure / Settings / Styles / Files / Css Style Files /
Tick "Mobile" on, but "Desktop" off, so it's only included in the mobile version.
That should solve the problem.
cheers
Bruce