Viewing 4 replies - 1 through 4 (of 4 total)
  • Are you using the CSS that comes with it, i.e have you ticked the box at the bottom of the settings screen?

    Thread Starter Jim Krenz

    (@ujim)

    I have that box unchecked/un-ticked.

    If I tick the box, the fields get wider. Even with the box ticked, I would like the message field wider.

    Thoughts?

    You could add some CSS to change the widths.
    If you use chrome or firefox browsers right click on the element and that should get you started on what CSS to add.

    For a much cleaner solution I could do some customisation for you, let me know.

    Thread Starter Jim Krenz

    (@ujim)

    Hi Meg,

    In bootstrap-forms.min.css, I found:

    .input-xlarge{width:270px;}

    and changed it to:

    .input-xlarge{width:400px;}

    And that is better, but it widens all of the fields.

    Have you thought about changing the message field to the .input-xxlarge class?

    In contact-form.view.php, for cf-Message, I changed

    textarea class=”input-xlarge

    to:

    textarea class=”input-xxxlarge

    And I am much happier now.

    Thanks!

    Jim

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I make the fields larger?’ is closed to new replies.