Topic: mdb-input icons in center

Petr Urban priority asked 5 years ago


Hi,

I've just simply copied your example:

<form>
<p class="h4 text-center mb-4">Sign in</p>
<div class="grey-text">
<mdb-input label="Your email" icon="envelope" type="email"/>
<mdb-input label="Your password" icon="lock" type="password"/>
</div>
<div class="text-center">
<mdb-btn>Login</mdb-btn>
</div>
</form>

Any help, please?


Marta Wierzbicka staff answered 5 years ago


Hi,

add the .text-left class to this code:

<div class="grey-text text-left">
<mdb-input label="Your email" icon="envelope" type="email"/>
<mdb-input label="Your password" icon="lock" type="password"/>
</div>

Best,

Marta


Petr Urban priority commented 5 years ago

Thank you Marta, that does the trick :) thanks


Marta Wierzbicka staff answered 5 years ago


Hi,

would you tell me more details about the issue? What exactly you want to achieve?

Best,

Marta


Petr Urban priority commented 5 years ago

Hi,

I want the icon to be prepend to the input element but currently the icon is centered in the mdb-input field. I tried in safari and the same result in chrome.



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: Priority
  • Premium support: Yes
  • Technology: MDB Vue
  • MDB Version: 4.8.2
  • Device: MacBook Pro
  • Browser: Safari
  • OS: Mac OS
  • Provided sample code: Yes
  • Provided link: No