Viewing 3 replies - 1 through 3 (of 3 total)
  • This seems to be why:

    .entry form {
        text-align: center;
    }

    Do you have custom CSS in your theme?

    Thread Starter Kimber254

    (@kimber254)

    No I don’t have any custom CSS in the theme. In the style css sheet I found 3 text-align: center; which are under Social Icons, #main_image and input

    input[type=”submit”], .button, div#infinite-handle span {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;

    I tried putting the input center to left which did not good. What is the css I need to change?

    Kimberly

    Thread Starter Kimber254

    (@kimber254)

    Never mind I search entry form in the css sheet and found it. All is correct now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact form Centering?’ is closed to new replies.