Centering a Nomination Form
-
I am able to center every part of the nomination form except for the slecect box. Obviously I would like that centered as well. How can I center that select box?
Here is what I use to center everything else:
/*centers p elements of badgeos nomination forms*/ .badgeos-nomination-form p { text-align: center; } /*centers "Nomination Form"*/ .badgeos-nomination-form legend { text-align: center; width: 100%; } /*adjusts badgeos nomination form label*/ .badgeos-nomination-form label { clear: both; display: block; text-align: center; }
I thought it would align with other p elements, but it didn’t.
Please help.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Centering a Nomination Form’ is closed to new replies.