I've tried
#Default size for text inputs.
config.default_input_size = 10
from config/initializers/simple_form.rb
I've also tried <%= f.input :message, :input_html => {:size => 10} %>
But neither of these change a single thing about how my text fields appear.