posted on August 7, 2024
I'm using version 11, Classic Designer.
I'm trying to resize a label for a dropdown. It appears to be wide enough that it is preventing the next dropdown from positioning beside it. I want the label for the dropdown to be above. Without any label-adjusting, it is above and looks like this.
The CSS is pretty simple and has worked for me many times before...
#q42 label {width: 115px;}
But when I try to resize the label, it moves it to the left side. It appears that the label is resized, but also moved and that isn't what I'm looking for.
How do I resize the label and have it remain above the dropdown?
0
0