Jgoo83
Jgoo83

Reputation: 377

Bootstrap 3 button within input

I'm trying to style an email input with the button inside the input box.

enter image description here

I can style it by writing a bunch of css that overrides bootstrap css, but was wondering if there was a way to keep within bootstrap conventions.

Upvotes: 0

Views: 20

Answers (1)

Budyn
Budyn

Reputation: 573

Consider that if you do it that way your text will go behind the button.

Have a look at bootstrap input groups. It should give you an idea on how to do it.

https://getbootstrap.com/docs/3.3/components/#input-groups

Upvotes: 1

Related Questions