Viewing 4 replies - 1 through 4 (of 4 total)
  • The centering is in your style.css on line 439:

    #commentform p {
    margin:5px 0;
    text-align:center;
    }
    Thread Starter fauxism

    (@fauxism)

    #commentform p {
    	font-family: arial;
    	margin:5px 0;
    	text-align:left;
    	align:left;
    
    	}

    It still stays centered.

    You’ve got lots of them in there, but you need to edit the one that’s above .nocomments on line 443

    #commentform p {
    	margin: 5px 0;
    	text-align:center;
    	}
    
    .nocomments {
    	text-align: center;
    	margin: 0;
    	padding: 0;
    	}
    Thread Starter fauxism

    (@fauxism)

    Ahhh got it. Thanks so much =]

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Input fields won’t align left’ is closed to new replies.