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?
Customer Form Fields In bootstap
Collapse
X
-
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>
-
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.
Comment
Comment