Moving notice_text-count around

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?

http://www.weddinic.com/community/

Comments

  • yes, you need edit the css file. It's in theme/base/css/display.css.

    ...
    .form_notice .form_note {
    bottom: 2px;
    position: absolute;
    right: 21.715%;
    z-index: 9;
    }
  • 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.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID