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

Discussion

Discussion

What is the CSS selector to center text within a drop-down field?

posted on November 26, 2018

I am trying to center the text in the drop-down field.  I am unable to find the correct CSS selector to make it work.  Below is what I currently have:

#q82 .cf-field {text-align: center !important;}

Can someone please tell me what I need to add to center the text within the drop-down?

Thank you!

0 0
replied on November 26, 2018

Unfortunately, I don't think this can be done with CSS, at least not in a way that will work across all browsers. I believe it is just a limitation of how the select element is rendered in HTML.

1 0
replied on November 27, 2018

Okay, thank you Jason.

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

Sign in to reply to this post.