Centering CSS
-
So I’ve been trying to figure out how to center the “E-mail Address” text, as well as the input field… Failing miserably. I tried to search for a solution but couldn’t find anything so here goes…
.mc_input {
margin-left: auto;
margin-right: auto;
width: 90%;
}.mc_var_label {
margin-left: auto;
margin-right: auto;
}Is what I currently have… I also tried “text-align: center” and a few others but didn’t get to much… Any suggestions? I’m attempting to use firebug but CSS is not my field of expertise by any means.
http://test.floridagunexchange.com/
– Thanks
Adam B
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Centering CSS’ is closed to new replies.