Announcement

Collapse
No announcement yet.

Customer Form Fields In bootstap

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Customer Form Fields In bootstap

    In the bootstap frame work. I have been looking through all of the .css files for setting on the customer form fields. Where can I change their sizes?
    Don Lappin
    Manager
    PLFixtures.com
    1-816-463-3034

    #2
    Re: Customer Form Fields In bootstap

    Add a input-lg class, for example:

    Code:
    <input class="form-control input-lg" type="text">
    
    <select class="form-control input-lg">...</select>
    http://www.alphabetsigns.com/

    Comment


      #3
      Re: Customer Form Fields In bootstap

      That made is larger. I tried input-sm and that made the box a little smaller but not much.
      Don Lappin
      Manager
      PLFixtures.com
      1-816-463-3034

      Comment


        #4
        Re: Customer Form Fields In bootstap

        You can customize your bootstrap css file here:

        http://getbootstrap.com/customize/

        Here is the anchor for the forms css:

        http://getbootstrap.com/customize/#forms

        Download and host it.
        http://www.alphabetsigns.com/

        Comment

        Working...
        X