proplink free asked 5 years ago


I have brought the Pro and created a form in the index.html page using Material. Take a look at http://phillipilic.com/form.html . Why are the labels all grouped on one line at the top of the page please?


2acode pro answered 5 years ago


Hi, try to group by md-form class:

<div class="md-form">
    <input type="text" id="materialRegisterFormFirstName" class="form-control">
    <label for="materialRegisterFormFirstName">First name</label>
</div>
<div class="md-form">
    <input type="email" id="materialRegisterFormLastName" class="form-control">
    <label for="materialRegisterFormLastName">Last name</label>
</div>


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: General Bootstrap questions
  • MDB Version: -
  • Device: www
  • Browser: all
  • OS: windows
  • Provided sample code: No
  • Provided link: Yes
Tags