Viewing 1 replies (of 1 total)
  • meandcat

    (@meandcat)

    don’t do this as it will affect other label and input styles.

    each label and input has a class, it’s better to target like that. e.g.

    .sml_namelabel, .sml_emaillabel{
    width:100px;
    text-align:right;
    display:inline-block;
    padding-right:5px;
    }

    .sml_emailinput{width:300px;}

Viewing 1 replies (of 1 total)
  • The topic ‘how to alig the text nicely’ is closed to new replies.