You are viewing limited content. For full access, please sign in.

Discussion

Discussion

Resizing label for dropdown changes it's position

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
replied on August 7, 2024

Remove label from your code.  It should just be #q42 {width: 115px;}

3 0
replied on August 7, 2024

Thanks Angela!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.