• I’m having trouble aligning the input forms. I’d like them to begin at the same place vertically as the headings, not indented from the headings.
    For example, I’d like it to look like:
    Name:
    Input form

    Emal:
    Input form

    etc

    As per your post in the thread “Form color almost invisible” I removed
    float: right !important;
    from the class “right”, added to the rr_small_input and rr_large_input classes:
    float: left;
    and tried each of the three below
    display: block;
    display: inline-block;
    display: inline;

    The forms no longer are to the far right, however, none of the display commands in conjunction with the float:left have made the forms go all the way to the left to line up with the headings.

    Instead, I get:
    Name:
    Input form

    Email:
    Input form

    How can I change this so that the headings and forms all line up underneath each other on the left hand side?

    http://wordpress.org/extend/plugins/rich-reviews/

Viewing 1 replies (of 1 total)
  • Thread Starter ginpan

    (@ginpan)

    It didn’t show up on the post above but what I get is the heading with the input form still indented to the right, not underneath it.

Viewing 1 replies (of 1 total)
  • The topic ‘Trouble with CSS for Input Field’ is closed to new replies.