Hi everyone!
I'm fairly new to OutSystems and am now dealing with popups for the first time. I'm having trouble with setting a form inside a popup to have the label and corresponding input side by side.
I started by setting the form's "Label Position" property to "left align" and adjusting the label and input dimensions with cols. On Service Studio, the form was displayed as I wanted but on the browser, the input appears below the label and occupies all the width of the popup.
To try and debug this behaviour I inspected the popup and form and saw that:
Is that a way to accomplish the style that I'm looking for (label and input side by side) inside a popup screen using cols or other relative widths?
I thought of adding the !important flag somewhere on the form's classes but I think that's not the right approach and also I don't know where to declare this. I also thought of removing the .MainPopup class but I don't know how to do it. I searched other questions on the forum and read some documentation but haven't found a solution yet.
I'm attaching some screenshots of my popup settings and how it shows up on the browser. The 'StartsOn' container is set to 300px and it shows up as I want and the 'EndsOn' container is set to 10 col and it ends up with the input widget below its label.
Can anyone help me out with this?
Thank you so much in advance,
Vanessa Espirito Santo
Hi Vanessa Santo,
There are a lot of ways to accomplish that.
Let me know if you need more help :)