I would like to move the counter, that determines how much text you have left, up and to the left. I however cannot seem to find a place to do this - should I be changing the CSS file?
you can create your own theme, by just copying the default theme to a new folder. if there's something from base you want to edit, copy that into your custom theme folder. the theme stuff in your selected themes folder will take precedence over anything in base.
Comments
...
.form_notice .form_note {
bottom: 2px;
position: absolute;
right: 21.715%;
z-index: 9;
}