Customer Form Fields In bootstap

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dplsr
    Mivite

    • Oct 2008
    • 159

    #1

    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
  • alphabet
    Mega Mivite





    • Aug 2006
    • 1160

    #2
    Re: Customer Form Fields In bootstap

    Add a input-lg class, for example:

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

    Comment

    • dplsr
      Mivite

      • Oct 2008
      • 159

      #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

      • alphabet
        Mega Mivite





        • Aug 2006
        • 1160

        #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:



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

        Comment

        Working...
        X